Method in MarkupPalette
Determines the colour for a particular marker inside this palette.
string
Marker
The marker you want to get a colour for.
UnityEngine.Color
colour
The colour of the marker, or UnityEngine.Color.black
if it doesn't exist in the .
true
if the marker exists within this palette; false
otherwise.