ColorContrast Extension
Adjusts color contrast
If set, will adjust color contrast
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
The constrast between Red and Cyan. Valid between -1 and 1.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Single] |
false | 1 | false |
The constrast between Green and Magenta. Valid between -1 and 1.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Single] |
false | 2 | false |
The constrast between Blue and Yellow. Valid between -1 and 1.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Single] |
false | 3 | false |
The weight of the constrast between Red and Cyan. Valid between 0 and 1.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Single] |
false | 4 | false |
The weight of the constrast between Green and Magenta. Valid between 0 and 1.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Single] |
false | 5 | false |
The weight of the constrast between Blue and Yellow. Valid between 0 and 1.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Single] |
false | 6 | false |
The amount of lightness that should be preserved. Valid between 0 and 1.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Single] |
false | 7 | false |
Extension/ColorContrast.RoughDraft.Extension.ps1 -ColorContrast [[-RedCyanColorContrast] <Single>] [[-GreenMagentaColorContrast] <Single>] [[-BlueYellowColorContrast] <Single>] [[-RedCyanConstrastWeight] <Single>] [[-GreenMagentaConstrastWeight] <Single>] [[-BlueYellowConstrastWeight] <Single>] [[-ColorContrastPreserveLightness] <Single>] [<CommonParameters>]