Same name in other branches
| Object name | File name | Summary |
|---|---|---|
| ColorBase | src/ColorBase.php | Base color class to ease implementations. |
| ColorCMY | src/ColorCMY.php | ColorCMY represents the CMY color format. |
| ColorCMYK | src/ColorCMYK.php | ColorCMYK represents the CMYK color format. |
| ColorHex | src/ColorHex.php | Hex represents the Hex color format. |
| ColorHSL | src/ColorHSL.php | RGB represents the RGB color format. |
| ColorInterface | src/ColorInterface.php | Defines a common interface for color classes. |
| ColorRGB | src/ColorRGB.php | RGB represents the RGB color format. |