Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 539 Bytes

yarn.unity.markuppalette.colorformarker.md

File metadata and controls

25 lines (14 loc) · 539 Bytes

MarkupPalette.ColorForMarker(string,Color)

Method in MarkupPalette

Summary

Determines the colour for a particular marker inside this palette.

public bool ColorForMarker(string Marker, out Color colour)

Parameters

Name Description
string Marker The marker of which you are covetous of it's colour.
UnityEngine.Color colour The colour of the marker, or black if it doesn't exist.

Returns

True if the marker exists within this palette.