RoughDraft

Extension/SelectiveColor.RoughDraft.Extension.ps1

Synopsis

Selective Color Extension


Description

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.



Parameters

SelectiveColor

If set, will use the selective color filter

Type Required Position PipelineInput Aliases
[Switch] true named false SelectiveColour

SelectiveColorCorrectionMethod

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

SelectiveColorRed

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

SelectiveColorBlue

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

SelectiveColorYellow

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

SelectiveColorCyan

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

SelectiveColorMagenta

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

SelectiveColorWhite

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

SelectiveColorBlack

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

SelectiveColorNeutral

Adjustments for all pixels except pure black and pure white

Type Required Position PipelineInput Aliases
[String] false 9 false SelectiveColourNeutral
SelectiveColourNeutrals
selectivecolor_neutrals
SelectiveColorNeutrals

SelectiveColorPSFile

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

Syntax

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>]