adjust list of RGB models
This commit is contained in:
parent
e23e9e80f7
commit
5c9f1e1f3e
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
- `rgb`
|
||||
- `hex`
|
||||
- `keyword` (CSS keywords)
|
||||
- `hsl`
|
||||
- `hsv`
|
||||
- `hwb`
|
||||
|
|
@ -219,12 +221,10 @@ As of this writing, these are the supported color models that are exposed in Cha
|
|||
- `xyz`
|
||||
- `lab`
|
||||
- `lch`
|
||||
- `hex`
|
||||
- `keyword`
|
||||
- `ansi16`
|
||||
- `ansi256`
|
||||
- `hcg`
|
||||
- `apple`
|
||||
- `apple` (see [qix-/color-convert#30](https://github.com/Qix-/color-convert/issues/30))
|
||||
|
||||
## Windows
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue