Colors

EmfPlusBitmapData.Colors property

Gets or sets the palette colors Colors (variable): An optional EmfPlusPalette object (section 2.2.2.28), which specifies the palette of colors used in the pixel data. This field MUST be present if the I flag is set in the PixelFormat field of the EmfPlusBitmap object.

public EmfPlusPalette Colors { get; set; }

Property Value

The colors.

See Also