Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Color/Tools/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Color/Tools/eyedropper-2370.exv

// Copyright 2023 Adobe Systems Incorporated

font = static_small_font;
mEyeRadius = 2370;
view(class_name: 'TEyedropperOptions', view_id: 'panl', width: gOptionsPanelWidth, height: gOptionsPanelHeight, placement: place_row, child_vertical: align_center, margin_width: gOptionsMarginWidth, margin_height: gOptionsMarginHeight) {
    popup(resource_id: mEyeRadius, view_id: 'eyed', height: gSmallPopupHeight, tooltip: '$$$/EyedropperOptions/Tooltip/SampleSize=The number of pixels sampled by the eyedropper');
    popup(resource_id: mEyeRadius + 2, view_id: 'eyes', height: gSmallPopupHeight, tooltip: '$$$/EyedropperOptions/Tooltip/SampleMode=Eyedropper sample mode');
    view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    check_box(view_id: 'eyeh', class_name: 'TMiniCheckBox', name: '$$$/EyeDropperToolOptions/showsamplingring=Show Sampling Ring', alternate_icon: 'ShowSamplingRing', tooltip: '$$$/EyeDropperToolOptions/Tooltip/showsamplingring=Show the sampling ring when using the eyedropper tool');
}
// Footer - Copyright 2023 Adobe Systems Incorporated