adjust list of RGB models

This commit is contained in:
Josh Junon 2017-01-17 04:01:15 -08:00
parent e23e9e80f7
commit 5c9f1e1f3e

View file

@ -212,6 +212,8 @@ For a complete list of color models, see [`color-convert`'s list of conversions]
As of this writing, these are the supported color models that are exposed in Chalk: As of this writing, these are the supported color models that are exposed in Chalk:
- `rgb` - `rgb`
- `hex`
- `keyword` (CSS keywords)
- `hsl` - `hsl`
- `hsv` - `hsv`
- `hwb` - `hwb`
@ -219,12 +221,10 @@ As of this writing, these are the supported color models that are exposed in Cha
- `xyz` - `xyz`
- `lab` - `lab`
- `lch` - `lch`
- `hex`
- `keyword`
- `ansi16` - `ansi16`
- `ansi256` - `ansi256`
- `hcg` - `hcg`
- `apple` - `apple` (see [qix-/color-convert#30](https://github.com/Qix-/color-convert/issues/30))
## Windows ## Windows