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
)
Public Shared Function FromEGA (
palEGA As Palette
) As Palette
static member FromEGA :
palEGA : Palette -> Palette
Parameters
- palEGA
- Type: Eto.DrawingPalette
EGA palette to get the standard 16 colors from
Return Value
Type:
PaletteA new instance of a palette with the 16 colors at the indexes specified with
EGAColorsSee Also