PaletteGetDosPalette Method |
Gets the standard 16-color palette used in DOS
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Palette GetDosPalette()
Public Shared Function GetDosPalette As Palette
static member GetDosPalette : unit -> Palette
Return Value
Type:
PaletteA new instance of a Palette with the standard 16 DOS colors
See Also