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
)
Public Function GetRGBColor (
index As Integer
) As Integer
member GetRGBColor :
index : int -> int
Parameters
- index
- Type: SystemInt32
Index to get the ARGB color for
Return Value
Type:
Int32A 32-bit ARGB color value of the color at the specified index
See Also