Goto: Documentation Home
This bucket list colours by name(s) and attributes of those colours.
Bucket Name: gd.words.color_names
Field/Read | Field/Write | Datatype | Present by default | Predicates | Description |
f100 | String | Yes | Yes | Common name for a colour (english). Examples: "Red", "Blue", "Slate Blue" | |
f101 | Number | Yes | Yes | A unique constant integer assigned to a colour that can be used as a key value. Will be greater than zero. | |
f102 | Number | Yes | No | Integer in the range 0..255 with the typical amount of Red when the colour is represented as a RGB triple | |
f103 | Number | Yes | No | Integer in the range 0..255 with the typical amount of Green when the colour is represented as a RGB triple | |
f104 | Number | Yes | No | Integer in the range 0..255 with the typical amount of Blue when the colour is represented as a RGB triple | |
f105 | String | Yes | No | HTML compliant RGB hex-triple value in the form RRGGBB. It does not include the leading # character often required for HTML use |