RGBAShift
Shift R/G/B/A pixels horizontally and/or vertically.
EXAMPLE 1
$TriangleRGBAShift = @{
RGBAShift = $true
RGBAShiftRedHorizontal=-10
RGBAShiftRedVertical=10
RGBAShiftGreenHorizontal= 10
RGBAShiftGreenVertical= -10
RGBAShiftBlueVertical=10
}
Show-Media -InputPath ./a.mp4 @TriangleRGBAShift
If set, will use the rgbashift filter
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
The amount to shift pixel red horizontally
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 1 | false | rgbashift_rh |
The amount to shift pixel red vertically
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 2 | false | rgbashift_rv |
The amount to shift pixel green horizontally
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 3 | false | rgbashift_gh |
The amount to shift pixel green vertically
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 4 | false | rgbashift_gv |
The amount to shift pixel blue horizontally
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 5 | false | rgbashift_bh |
The amount to shift pixel blue vertically
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 6 | false | rgbashift_bv |
The amount to shift pixel alpha horizontally
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 7 | false | rgbashift_ah |
The amount to shift pixel alpha vertically
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 8 | false | rgbashift_av |
Extension/RGBAShift.RoughDraft.Extension.ps1 -RGBAShift [[-RGBAShiftRedHorizontal] <String>] [[-RGBAShiftRedVertical] <String>] [[-RGBAShiftGreenHorizontal] <String>] [[-RGBAShiftGreenVertical] <String>] [[-RGBAShiftBlueHorizontal] <String>] [[-RGBAShiftBlueVertical] <String>] [[-RGBAShiftAlphaHorizontal] <String>] [[-RGBAShiftAlphaVertical] <String>] [<CommonParameters>]