MF_MT_PALETTE attribute

Contains the palette entries for a video media type. Use this attribute for palettized video formats, such as RGB 8.

Data type

Byte array

Syntax

GUID MF_MT_PALETTE = {0x6d283f42,0x9846,0x4410,{0xaf,0xd9,0x65,0x4d,0x50,0x3b,0x1a,0x54} }  

Remarks

The attribute data is an array of MFPaletteEntry unions.

The GUID constant for this attribute is exported from mfuuid.lib.

Requirements

Header: Declared in mfapi.h.