Same name in other branches
  1. 8.x-1.x Drupal\color_field
  2. 8.x-2.x Drupal\color_field
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.