Click or drag to resize
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.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ColorPalette IndexPixelPalette { get; set; }

Property Value

Type: ColorPalette
See Also