Gets the color assigned to the coordinate at the specified index.
"customGraphicsCoordinates_var" is a variable referencing a CustomGraphicsCoordinates object.
|
"customGraphicsCoordinates_var" is a variable referencing a CustomGraphicsCoordinates object.
|
Type | Description |
Color | Returns the color associated with the index. Can also return null in the case where there is no color assigned. |
Name | Type | Description |
index | integer | The index of the color to return. The first color has an index of 0. |