Skip to content

Enum: NamedColorEnum

Predefined named colours for styling tool parameters

URI: debrief:enum/NamedColorEnum

Permissible Values

Value Meaning Description
red None Red
green None Green
blue None Blue
yellow None Yellow
orange None Orange
purple None Purple
cyan None Cyan
magenta None Magenta
white None White
black None Black
grey None Grey

Identifier and Mapping Information

Schema Source

  • from schema: https://debrief.info/schemas/debrief

LinkML Source

name: NamedColorEnum
description: Predefined named colours for styling tool parameters
from_schema: https://debrief.info/schemas/debrief
rank: 1000
permissible_values:
  red:
    text: red
    description: Red
  green:
    text: green
    description: Green
  blue:
    text: blue
    description: Blue
  yellow:
    text: yellow
    description: Yellow
  orange:
    text: orange
    description: Orange
  purple:
    text: purple
    description: Purple
  cyan:
    text: cyan
    description: Cyan
  magenta:
    text: magenta
    description: Magenta
  white:
    text: white
    description: White
  black:
    text: black
    description: Black
  grey:
    text: grey
    description: Grey