Skip to content

ColorHold Extension

James Brundage edited this page Apr 22, 2022 · 4 revisions

Extension/ColorHold.RoughDraft.Extension.ps1

Synopsis

ColorHold Extension


Description

Remove all color information for all RGB colors except for certain one.


Related Links


Parameters

ColorHold

The color which will not be replaced with neutral gray.

Type Requried Postion PipelineInput
[String] true 1 false

ColorHoldSimilarity

Similarity percentage with the above color. 0.01 matches only the exact key color, while 1.0 matches everything.

Type Requried Postion PipelineInput
[Single] false 2 false

ColorHoldBlend

Blend percentage. 0.0 makes pixels fully gray. Higher values result in more preserved color.

Type Requried Postion PipelineInput
[Single] false 3 false

Syntax

Extension/ColorHold.RoughDraft.Extension.ps1 [-ColorHold] <String> [[-ColorHoldSimilarity] <Single>] [[-ColorHoldBlend] <Single>] [<CommonParameters>]

Clone this wiki locally