Click or drag to resize

PaletteGetEgaPalette Method

Gets the standard 64-color EGA palette

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Palette GetEgaPalette()

Return Value

Type: Palette

[Missing <returns> documentation for "M:Eto.Drawing.Palette.GetEgaPalette"]

Remarks
To get the standard 16-colors of an EGA palette, use FromEGA(Palette)
See Also