Click or drag to resize

PaletteGetRGBColor Method

Gets the cached ARGB value of the color at the specified index

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int GetRGBColor(
	int index
)

Parameters

index
Type: SystemInt32
Index to get the ARGB color for

Return Value

Type: Int32
A 32-bit ARGB color value of the color at the specified index
See Also