Producer Plugin
color
---
schema_version: 0.1
type: producer
identifier: colour
title: Color
version: 1
copyright: Ushodaya Enterprises Limited
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
- Video
description: A simple color generator.
parameters:
- identifier: argument
title: Color
description: A color value is a hexadecimal representation of RGB plus alpha channel as 0xrrggbbaa. Colors can also be the words: white, black, red, green, or blue. You can also use a HTML-style color values #rrggbb or #aarrggbb.
type: string
required: no
readonly: no
default: black
widget: color
...