Colour

Supported formats

HEX, RGB, RGBA formats are allowed at the moment.

Examples:

  • #000000

  • rgb(red, green, blue)

  • rgba(red, green, blue, alpha)

A colour picker.

Example

{
  "key": "colour",
  "type": "colour",
  "default": "#ff0080"
}

Last updated