Pre-defined matte colors for mix effects. Matte colors are set using three parameters: hue, saturation, and brightness. Matte color values are created as follows:
  • "Bits[7:0] = Cb"
  • "Bits[8:15] = Cr"
  • "Bits[16:23] = Y "
Where:
  • "maximum negative chroma = 0x10"
  • "maximum positive chroma = 0xF0"
  • "zero chroma = 0x80"

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public enum MatteColor
Visual Basic (Declaration)
Public Enumeration MatteColor
Visual C++
public enum class MatteColor

Members

Member nameDescription
Black
Black
White
White
Yellow
Yellow
Cyan
Cyan
Green
Green
Magenta
Magenta
Red
Red
Blue
Blue

See Also