ColorJizz is a PHP library for manipulating and converting colors.
new RGB(r, g, b);
new CMY(c, m, y);
new CMYK(c, m, y, k);
new Hex(0x000000);
new HSV(h, s, v);
new CIELab(l, a, b);
new CIELCh(l, c, h);
new XYZ(x, y, z);
new Yxy(Y, x, y);
.toRGB().ToString();
.toCMY().ToString();
.toCMYK().ToString();
.toHex().ToString();
.toHSV().ToString();
.toCIELab().ToString();
.toCIELCh().ToString();
.toXYZ().ToString();
.toYxy().ToString();
Id: | mischiefcollective.colorjizz |
Version: | 1.0.0 |
Published: | 7/21/2021 |
Project URL: | mikeefranklin.co.uk/job/ColorJizz-PHP |
License: | licenses.nuget.org/MIT |