Start typing to search...
Docs
Enabling customizations
Color
Search

Color (deprecated)

  • Users can select a color from a swatch or enter a color code (HEX, RGB, and HSL).

  • Enable the allowAlpha type option to show a transparency slider (RBGA, HSLA).

colorVCC
Color VCC

Sample color VCC

{
  "key": "myColor",
  "name": "My Color",
  "description": "This is my color description",
  "type": "color",
  "typeOptions": {
    "allowAlpha": true
  }
}