chromahold
Turns a certain color range into gray.
Turns a certain color range into gray.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
set the chromahold key color
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 1 | false | chromahold_color |
set the chromahold similarity value
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Single] |
false | 2 | false | chromahold_similarity |
set the chromahold blend value
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Single] |
false | 3 | false | chromahold_blend |
color parameter is in yuv instead of rgb
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | false | chromahold_yuv |
Extension/ChromaHold.RoughDraft.Extension.ps1 -Chromahold [[-ChromaholdColor] <String>] [[-ChromaholdSimilarity] <Single>] [[-ChromaholdBlend] <Single>] [-ChromaholdYuv] [<CommonParameters>]