Marker::setColor
(Redirected from Marker::setColour)
Function: Sets the marker's color.
Syntax
Server-Side
marker.setColor(r, g, b, a);
Parameters
- r: number
- g: number
- b: number
- a: number
Function: Sets the marker's color.
Server-Side
marker.setColor(r, g, b, a);