GetMarkerColor
Jump to navigation
Jump to search
This function returns the color and transparency for a marker element.
Syntax
Click to collapse [-]
Server and Clientint int int int getMarkerColor ( marker theMarker )
Required Arguments
- theMarker: The marker that you wish to retrieve the color of.
Returns
Returns four ints corresponding to the amount of red, green, blue and alpha (respectively) of the marker, false if invalid arguments were passed.
Example
This example does
...
See Also
- createMarker
- getMarkerColor
- getMarkerCount
- getMarkerIcon
- getMarkerSize
- getMarkerTarget
- getMarkerType
- setMarkerColor
- setMarkerIcon
- setMarkerSize
- setMarkerTarget
- setMarkerType
- isElementWithinMarker