[]
Represents the bitmap palette for indexed pixel formats.
public class GcWicBitmap.Palette
Initializes a new instance of the GcWicBitmap.Palette class.
public Palette()
Gets the list of palette colors (allows modifications).
public List<PaletteColor> Colors { get; }
Gets or sets a value that describes whether the palette contains an alpha transparent color.
public bool HasAlpha { get; set; }
Gets or sets the palette type of the associated bitmap.
public WicPaletteType PaletteType { get; set; }