Skip to main content

Color Generator

A Node object whose type is COLOR_GENERATOR.

Configuration

{
"enable" : Boolean,
"color" : String,
"force_output" : Boolean
}
Member nameTypeDescription
enableBooleanWhen true, blank video output with a uniform color. Useful to implement video mute functionality.
Note: Only supported when decoder (RX) operating in a display mode other than genlock.
colorStringString representation of the color to use for blanking. String format is RRGGBB, where RR, GG and BB are each a pair of hexadecimal digits that respectively represent the 8-bit value of the red, green and blue components. These 8-bit values must be interpreted in the context of the default quantization range (full or limited) for the current output video format as specified in standard CEA 861-F.
Note: Only supported when decoder (RX) operating in a display mode other than genlock.
force_outputBooleanWhen true, device outputs a black video signal with fixed 720p60 format.

Status

None

Inputs

None

Example

As returned by get device:

{
"type" : "COLOR_GENERATOR",
"index" : 0,
"configuration" : {
"enable" : false,
"color" : "000000",
"force_output" : false
},
"status" : {},
"inputs" : []
}