Function: markupColorName()
markupColorName(
value):HighlightColor|undefined
Defined in: Data/Core/Colors.ts:101
Resolve a stored colour back to a palette name, when it is one of the six. Returns undefined for custom colours — callers should fall back to the hex.
Parameters
value
unknown
Returns
HighlightColor | undefined