[]
        
(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
object
GcWicBitmap.Palette
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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

System.Collections.Generic.List<T><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