[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcWicBitmap.Palette

Class GcWicBitmap.Palette

Namespace
GrapeCity.Documents.Imaging.Windows
Assembly
GcDocs.Imaging.Windows.dll

Represents the bitmap palette for indexed pixel formats.

public class GcWicBitmap.Palette
Inheritance
GcWicBitmap.Palette
Inherited Members

Constructors

Palette()

Initializes a new instance of the GcWicBitmap.Palette class.

public Palette()

Properties

Colors

Gets the list of palette colors (allows modifications).

public List<PaletteColor> Colors { get; }

Property Value

List<PaletteColor>

HasAlpha

Gets or sets a value that describes whether the palette contains an alpha transparent color.

public bool HasAlpha { get; set; }

Property Value

bool

PaletteType

Gets or sets the palette type of the associated bitmap.

public WicPaletteType PaletteType { get; set; }

Property Value

WicPaletteType