Typedef
| Static Public Summary | ||
| public |
A color object. |
|
Static Public
public ColorObject: object source
A color object.
Properties:
| Name | Type | Attribute | Description |
| analogous | object | An object containing 6 hexadecimal color strings analogous to the originally generated color. |
|
| color | string | A hexadecimal color value generated from the seed and a seedMultiplier. |
|
| complement | string | A complement hexadecimal color value to the color string. |
|
| monochromatic | object | An object containing 6 hexadecimal color strings describing the monochrome range of the original generated color. |
|
| splitComplement | object | An object containing the originally generated color and two hexadecimal color string complements. |
|
| tetrad | object | An object containing the originally generated color's tetrad. |
|
| triad | object | An object containing the originally generated color's triad. |