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 you want to get a colour for.
Color colour
Color
The colour of the marker, or UnityEngine.Color.black if it doesn't exist in the MarkupPalette .
UnityEngine.Color.black
true if the marker exists within this palette; false otherwise.
true
false
Last updated 2 months ago
Was this helpful?