Skip to content

Commit 88f17c5

Browse files
committed
Document support for HSV
1 parent 0b3cb2c commit 88f17c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ new RGB(r, g, b);
6565
new CMY(c, m, y);
6666
new CMYK(c, m, y, k);
6767
new Hex(0x000000);
68+
new HSV(h, s, v);
6869
new CIELab(l, a, b);
6970
new CIELCh(l, c, h);
7071
new XYZ(x, y, z);
@@ -79,6 +80,7 @@ new Yxy(Y, x, y);
7980
->toCMY();
8081
->toCMYK();
8182
->toHex();
83+
->toHSV();
8284
->toCIELab();
8385
->toCIELCh();
8486
->toXYZ();

0 commit comments

Comments
 (0)