Click or drag to resize

PaletteFromEGA Method

Gets the standard 16 colors of the specified EGA palette, at the indexes specified with EGAColors

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

Parameters

palEGA
Type: Eto.DrawingPalette
EGA palette to get the standard 16 colors from

Return Value

Type: Palette
A new instance of a palette with the 16 colors at the indexes specified with EGAColors
See Also