lookup
Description:
public static Color lookup (
Array<
Color> table,
uint index)
Looks up a color in the color table.
Parameters:
table |
the color table
|
index |
the index in the color table
|
Returns:
the color or grx_color_none if index is out of range
|