]> git.sesse.net Git - mlt/blob - src/modules/core/producer_colour.yml
Fixup some YAML in last commit.
[mlt] / src / modules / core / producer_colour.yml
1 schema_version: 0.1
2 type: producer
3 identifier: colour
4 title: Color
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Dan Dennedy
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Video
12 description: A simple color generator.
13 parameters:
14   - identifier: argument
15     title: Color
16     description: >
17       A color value is a hexadecimal representation of RGB plus alpha channel 
18       as 0xrrggbbaa. Colors can also be the words: white, black, red, green,
19       or blue. You can also use a HTML-style color values #rrggbb or #aarrggbb.
20     type: string
21     required: no
22     readonly: no
23     default: black
24     widget: color