VideoFormatIndexPixelPalette Property |
Gets or sets the color palette for the pixel format of the image.
It is only used with Uncompressed VideoType and indexed pixelformats, currently the only supported indexed pixelformat is Format8bppIndexed.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ColorPalette IndexPixelPalette { get; set; }
Public Property IndexPixelPalette As ColorPalette
Get
Set
public:
property ColorPalette^ IndexPixelPalette {
ColorPalette^ get ();
void set (ColorPalette^ value);
}
member IndexPixelPalette : ColorPalette with get, set
Property Value
Type:
ColorPaletteSee Also