Method in MarkupPalette
Determines the colour for a particular marker inside this palette.
public bool ColorForMarker(string Marker, out Color colour)
string Marker
string
The marker of which you are covetous of it's colour.
UnityEngine.Color colour
UnityEngine.Color
The colour of the marker, or black if it doesn't exist.
True if the marker exists within this palette.
Last updated 2 years ago
Was this helpful?