ymcatwincities / colorapi
Provides a full set of functionality around the idea of a 'color' within Drupal, providing low level data types, an optional Color Field, and an optional Color Entity, and related functionality.
Installs: 510
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:drupal-module
This package is auto-updated.
Last update: 2020-11-04 13:22:24 UTC
README
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)