Datascope effect
Applies the datascope filter
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
Set scope mode, can be one of the following:
|Value|Description| |—–|———–| |mono |Draw hexadecimal pixel values with white color on black background.| |color |Draw hexadecimal pixel values with input video pixel color on black background.| |color2 |Draw hexadecimal pixel values on color background picked from input video, the text color is picked in such way so its always visible.| *
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 1 | false |
Set background opacity.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 2 | false |
Draw rows and columns numbers on left and top of video.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Set display number format. Can be hex, or dec. Default is hex.
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 3 | false |
Set x offset from where to pick pixels.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 4 | false |
Set y offset from where to pick pixels.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 5 | false |
Set pixel components to display. By default all pixel components are displayed.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 6 | false |
Extension/DataScope.RoughDraft.Extension.ps1 -DataScope [[-DataScopeMode] <String>] [[-DataScopeBackgroundOpacity] <Double>] [-DataScopeAxis] [[-DataScopeFormat] <String>] [[-DataScopeX] <Int32>] [[-DataScopeY] <Int32>] [[-DataScopeComponent] <String>] [<CommonParameters>]