Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Adjustments/Dialogs/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Adjustments/Dialogs/autoRange-2270.exv

// Copyright 2023 Adobe Systems Incorporated

dialog(class_name: 'TPSDialog', name: '$$$/Dialog/AutoRange/Title=Auto Color Correction Options', target_id: 'blak') {
    group(spacing: gLargeSpace, placement: place_row) {
        group(placement: place_column, spacing: gLargeSpace, child_horizontal: align_fill) {
            cluster(placement: place_column, name: '$$$/Dialog/AutoRange/Algorithms=Algorithms') {
                cluster(class_name: 'TRadioCluster', view_id: 'algo', placement: place_column, margin: 0, noFrame: true, tooltip: '$$$/Dialog/AutoRange/ToolTip/Algorithms=Sets the algorithms used in determining the Levels or Curves parameters') {
                    radio(view_id: 'mono', name: '$$$/Dialog/AutoRange/Monochromatic=Enhance &Monochromatic Contrast', tooltip: '$$$/Dialog/AutoRange/ToolTip/Monochromatic=Clip color channels identically to increase contrast while preserving color (Auto Contrast)');
                    radio(view_id: 'pcha', name: '$$$/Dialog/AutoRange/PerChannel=&Enhance Per Channel Contrast', tooltip: '$$$/Dialog/AutoRange/ToolTip/PerChannel=Clip color channels independently to increase contrast and alter color casts (Auto Tone)');
                    radio(view_id: 'scan', name: '$$$/Dialog/AutoRange/FindBlackAndWhite=&Find Dark && Light Colors', tooltip: '$$$/Dialog/AutoRange/ToolTip/FindBlackAndWhite=Analyze image to find dark and light colors and use these as the shadow and highlight colors (Auto Color)');
                    radio(view_id: 'mchn', name: '$$$/Dialog/AutoRange/MachineLearning=Enhance &Brightness and Contrast', tooltip: '$$$/Dialog/AutoRange/ToolTip/MachineLearning=Analyze image to do content-aware monochromatic enhancement');
                }
                group(margin_width: 4, horizontal: align_fill) {
                    view(class_name: 'TGroupSeparator', height: 2);
                }
                check_box(view_id: 'neut', name: '$$$/Dialog/AutoRange/NeutralizeMidtones=Snap &Neutral Midtones', tooltip: '$$$/Dialog/AutoRange/ToolTip/NeutralizeMidtones=Adjust midtones so that colors that are close to neutral are mapped to the target neutral color (Auto Color)');
            }
            cluster(placement: place_column, child_horizontal: align_fill, spacing: gSpace, name: '$$$/Dialog/AutoRange/TargetColorsAndClipping=Target Colors && Clipping') {
                fieldWidth = max_digit_width() * 5;
                group(placement: place_row, spacing: gLargeSpace) {
                    group(placement: place_row, spacing: gGap, tooltip: '$$$/Dialog/AutoRange/ToolTip/TargetShadow=Sets the target color for the shadows') {
                        static_text(view_id: 'shad', name: '$$$/Dialog/AutoRange/TargetShadows=Shadows:', horizontal: align_right);
                        control(class_name: 'TColorPatch', view_id: 'tblk', width: fieldWidth, height: gEditTextHeight, frame: gIconButtonBevelFrame);
                    }
                    group(placement: place_row, spacing: gSmallGap, tooltip: '$$$/Dialog/AutoRange/ToolTip/BlackClip=Sets the amount of shadow data to discard') {
                        edit_text(view_id: 'blak', name: '$$$/Dialog/AutoRange/ShadowClip=&Clip:', class_name: 'TFixedPoint', max_digits: 5);
                        static_text(view_id: 'shax', name: gPercentZstring);
                    }
                }
                group(placement: place_row, spacing: gLargeSpace) {
                    group(placement: place_row, spacing: gGap, tooltip: '$$$/Dialog/AutoRange/ToolTip/TargetMidtones=Sets the target color for the neutral midtones') {
                        static_text(view_id: 'midt', class_name: 'TStaticText', name: '$$$/Dialog/AutoRange/TargetMidtones=Midtones:', horizontal: align_right);
                        control(class_name: 'TColorPatch', view_id: 'tgry', width: fieldWidth, height: gEditTextHeight, frame: gIconButtonBevelFrame);
                    }
                }
                group(placement: place_row, spacing: gLargeSpace) {
                    group(placement: place_row, spacing: gGap, tooltip: '$$$/Dialog/AutoRange/ToolTip/TargetHighlight=Sets the target color for the highlights') {
                        static_text(view_id: 'high', name: '$$$/Dialog/AutoRange/TargetHighlights=Highlights:', horizontal: align_right);
                        control(class_name: 'TColorPatch', view_id: 'twht', width: fieldWidth, height: gEditTextHeight, frame: gIconButtonBevelFrame);
                    }
                    group(placement: place_row, spacing: gSmallGap, tooltip: '$$$/Dialog/AutoRange/ToolTip/WhiteClip=Sets the amount of highlight data to discard') {
                        edit_text(view_id: 'whit', name: '$$$/Dialog/AutoRange/HighlightClip=Cli&p:', class_name: 'TFixedPoint', max_digits: 5);
                        static_text(view_id: 'whix', name: gPercentZstring);
                    }
                }
            }
            check_box(view_id: 'sdft', name: '$$$/Dialog/AutoRange/SaveAsDefaults=Save as &defaults', tooltip: '$$$/Dialog/AutoRange/ToolTip/SaveAsDefaults=Saves the dialog values at OK as the default options for auto color correction');
        }
        group(placement: place_column, vertical: align_top, spacing: gLargeSpace, child_horizontal: align_fill) {
            group(child_horizontal: align_fill) {
                button(name: gOKString, view_id: 'ok  ',
                    default: true);
                button(name: gCancelString, view_id: 'cncl',
                    default: false);
            }
        }
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated