IndexedBitmapPalette Property |
Gets or sets the palette of the image
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Palette Palette { get; set; }
Public Property Palette As Palette
Get
Set
member Palette : Palette with get, set
Property Value
Type:
PaletteRemarks
Note that the number of colors in the palette must match the number of colors specified by the bits per pixel of this bitmap
See Also