You are here

README.txt in Color API 8

Module Overview

This module provides a Color Field API Field
(machine_name: colorapi_color_field). The field collects and stores a human
readable name, as well as a TypedData API color object, storing it in both
hexadecimal color string format #XXXXXX, where X is a hexadecimal (0-9, a-f)
character, and RGB format, holding values for red, green and blue.

Modules that provide widgets for this field type:

- Jquery Colorpicker (https://www.drupal.org/project/jquery_colorpicker)

File

README.txt
View source
  1. Module Overview
  2. This module provides a Color Field API Field
  3. (machine_name: colorapi_color_field). The field collects and stores a human
  4. readable name, as well as a TypedData API color object, storing it in both
  5. hexadecimal color string format #XXXXXX, where X is a hexadecimal (0-9, a-f)
  6. character, and RGB format, holding values for red, green and blue.
  7. Modules that provide widgets for this field type:
  8. - Jquery Colorpicker (https://www.drupal.org/project/jquery_colorpicker)