namespace Drupal\color_field in Color Field 8.2
Same name in other branches
|
Class |
Location | Description |
|---|---|---|
| ColorBase |
src/ |
Base color class to ease implementations. |
| ColorCMY |
src/ |
ColorCMY represents the CMY color format. |
| ColorCMYK |
src/ |
ColorCMYK represents the CMYK color format. |
| ColorHex |
src/ |
Hex represents the Hex color format. |
| ColorHSL |
src/ |
RGB represents the RGB color format. |
| ColorInterface |
src/ |
Defines a common interface for color classes. |
| ColorRGB |
src/ |
RGB represents the RGB color format. |