GetMarkerColor
Gets the color of a marker created with [CreateMarker](/createmarker).
- marker: Parameter input should be in NetHandle type.
<!-- -->
- Color: The color of the marker.
{{#tag:syntaxhighlight| Marker.GetMarkerColor(marker); |lang=csharp}} }}