updated color model list
This commit is contained in:
parent
83ca84a37b
commit
2fd15c6407
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ styles.visible = {
|
|||
}
|
||||
};
|
||||
|
||||
const usedModels = ['rgb', 'hsl', 'hsv', 'hwb', 'cmyk', 'xyz', 'lab', 'lch', 'hex', 'keyword', 'ansi', 'ansi256', 'hcg', 'apple'];
|
||||
const usedModels = ['rgb', 'hex', 'keyword', 'hsl', 'hsv', 'hwb', 'ansi', 'ansi256'];
|
||||
|
||||
for (const model of usedModels) {
|
||||
styles[model] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue