textmode.js / color
color
Color objects, color modes, and types.
Classes
| Class | Description |
|---|---|
| TextmodeColor | Color value used by textmode drawing APIs. |
Type Aliases
| Type Alias | Description |
|---|---|
| TextmodeColorMode | Color interpretation mode used by Textmodifier.colorMode. |
| TextmodeColorModeState | Current color mode and channel maximums used by color parsing APIs. |
| TextmodeColorTuple | A union type for either an RGB or RGBA color tuple. |