-
-
Notifications
You must be signed in to change notification settings - Fork 3
Hue Extension
James Brundage edited this page Apr 24, 2022
·
6 revisions
Hue Extension
Adjusts the Hue of a video source
If set, will change hue levels.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
The adjustment to the hue (in degrees). Can include expressions. Mutually exclusive with -HueRadian.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 1 | false |
The adjustment to the hue (in radians). Can include expressions. Mutually exclusive with -HueDegree.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 2 | false |
The adjustment to the saturation. Can include expressions.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 3 | false |
The adjustment to the brightness. Can include expressions.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 4 | false |
Extension/Hue.RoughDraft.Extension.ps1 -SetHue [[-HueDegree] <String>] [[-HueRadian] <String>] [[-Saturation] <String>] [[-Brightness] <String>] [<CommonParameters>]