Selective Color Extension
Adjust cyan, magenta, yellow and black (CMYK) to certain ranges of colors (such as “reds”, “yellows”, “greens”, “cyans”, …).
The adjustment range is defined by the “purity” of the color (that is, how saturated it already is).
This filter is similar to the Adobe Photoshop Selective Color tool.
If set, will use the selective color filter
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[Switch] |
true | named | false | SelectiveColour |
The Select color correction method. Can be absolute or relative. Valid Values:
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 1 | false | SelectiveColourCorrectionMethod selectivecolor_correction_method |
Adjustments for red pixels (pixels where the red component is the maximum)
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 2 | false | SelectiveColourRed SelectiveColourReds selectivecolor_reds SelectiveColorReds |
Adjustments for blue pixels (pixels where the blue component is the maximum)
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 3 | false | SelectiveColourBlue SelectiveColourBlues selectivecolor_Blues SelectiveColorBlues |
Adjustments for yellow pixels (pixels where the yellow component is the maximum)
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 4 | false | SelectiveColourYellow SelectiveColourYellows selectivecolor_yellows SelectiveColorYellows |
Adjustments for cyan pixels (pixels where the cyan component is the maximum)
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 5 | false | SelectiveColourCyan SelectiveColourCyans selectivecolor_cyans SelectiveColorCyans |
Adjustments for magenta pixels (pixels where the magenta component is the maximum)
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 6 | false | SelectiveColourMagenta SelectiveColourMagentas selectivecolor_magentas SelectiveColorMagentas |
Adjustments for white pixels (pixels where all components are greater than 128)
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 7 | false | SelectiveColourWhite SelectiveColourWhites selectivecolor_whites SelectiveColorWhites |
Adjustments for black pixels (pixels where all components are lesser than 128)
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 8 | false | SelectiveColourBlack SelectiveColourBlacks selectivecolor_blacks SelectiveColorBlacks |
Adjustments for all pixels except pure black and pure white
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 9 | false | SelectiveColourNeutral SelectiveColourNeutrals selectivecolor_neutrals SelectiveColorNeutrals |
Specify a Photoshop selective color file (.asv) to import the settings from.
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 10 | false | SelectiveColourPSFile SelectiveColourPhotoshopFile selectivecolor_psfile SelectiveColorPhotoshopFile |
Extension/SelectiveColor.RoughDraft.Extension.ps1 -SelectiveColor [[-SelectiveColorCorrectionMethod] <String>] [[-SelectiveColorRed] <String>] [[-SelectiveColorBlue] <String>] [[-SelectiveColorYellow] <String>] [[-SelectiveColorCyan] <String>] [[-SelectiveColorMagenta] <String>] [[-SelectiveColorWhite] <String>] [[-SelectiveColorBlack] <String>] [[-SelectiveColorNeutral] <String>] [[-SelectiveColorPSFile] <String>] [<CommonParameters>]