SetMarkerColor
Sets the color of a marker created with [CreateMarker](/createmarker).
- marker: Parameter input should be in NetHandle type.
- alpha: 0-255. Parameter input should be in int type.
- red: 0-255. Parameter input should be in int type.
- green: 0-255. Parameter input should be in int type.
- blue: 0-255. Parameter input should be in int type.
{{#tag:syntaxhighlight| Marker.SetMarkerColor(marker, 255, 200, 0, 0); |lang=csharp}} }}