Click or drag to resize

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; }

Property Value

Type: Palette
Remarks
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