Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Masks/Tools/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Masks/Tools/lassoOptions-1440.exv

// Copyright 2023 Adobe Systems Incorporated

font = static_small_font;
smReplace = 0;
smAdd = 1;
smSubtract = 2;
smRefine = 3;
view(class_name: 'TLassoOptions', view_id: 'panl', width: gOptionsPanelWidth, height: gOptionsPanelHeight, placement: place_row, child_vertical: align_center, margin_width: gOptionsMarginWidth, margin_height: gOptionsMarginHeight) {
    control(frame: gClusterFrame, view_id: 'smla', vertical: align_center, class_name: 'TIconButtonCluster_SelectionMode') {
        group(placement: place_row, spacing: gIconButtonSpacing, margin: gClusterMargin) {
            icon_button(data_type: 'SelectionMode', width: gToolOptionsIconWidth, height: gToolOptionsIconHeight, tooltip: '$$$/SelectionMode/Replace=New selection', initial_value: smReplace, spacing: 0, icon_root_name: 'MarqueeNormal');
            icon_button(data_type: 'SelectionMode', width: gToolOptionsIconWidth, height: gToolOptionsIconHeight, tooltip: '$$$/SelectionMode/Add=Add to selection', initial_value: smAdd, spacing: 0, icon_root_name: 'MarqueeAdd');
            icon_button(data_type: 'SelectionMode', width: gToolOptionsIconWidth, height: gToolOptionsIconHeight, tooltip: '$$$/SelectionMode/Subtract=Subtract from selection', initial_value: smSubtract, spacing: 0, icon_root_name: 'MarqueeSubtract');
            icon_button(data_type: 'SelectionMode', width: gToolOptionsIconWidth, height: gToolOptionsIconHeight, tooltip: '$$$/SelectionMode/Intersect=Intersect with selection', initial_value: smRefine, spacing: 0, icon_root_name: 'MarqueeIntersect');
        }
    }
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    group(placement: place_row, spacing: gGap, child_vertical: align_center, tooltip: '$$$/SelectTools/ToolTips/FeatherEdit=Softens edges of the selection') {
        edit_text(view_id: 'fthr', class_name: 'TUnitsFixedPoint', width: gFixedEditFeatherWidth, name: '$$$/Dialog/Lasso/Feather=Feather:');
    }
    check_box(view_id: 'anti', class_name: 'TMiniCheckBox', name: '$$$/Dialog/Lasso/AntiAliased=Anti-alias', alternate_icon: 'AntiAlias', tooltip: '$$$/SelectTools/ToolTips/AntialiasCheck=Smoothes edge transition');
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    group(margin_left: 2, margin_right: 2, child_vertical: align_center, placement: place_row, spacing: 8) {
        button(view_id: 'redg', height: gSmallButtonHeight, name: '$$$/SelectionTool/ToolOptions/SelectAndMask=Select and Mask...', tooltip: '$$$/SelectionTool/ToolTips/SelectAndMaskTip=Create or refine a selection', dismiss: false, dim: true, enable: false);
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated