Search for color
- Search 9.5.x for color
- Search 8.9.x for color
- Search 10.3.x for color
- Search 11.x for color
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
color-rtl.css | file | modules/ |
Right-to-left specific stylesheet for the Color module. |
color.css | file | modules/ |
Stylesheet for the administration pages of the Color module. |
color.inc | file | themes/ |
|
color.inc | file | themes/ |
|
color.info | file | modules/ |
name = Color description = Allows administrators to change the color scheme of compatible themes. package = Core version = VERSION core = 7.x files[] = color.test |
color.install | file | modules/ |
Install, update and uninstall functions for the color module. |
color.module | file | modules/ |
Allows users to change the color scheme of themes. |
color.test | file | modules/ |
Tests for color module. |
colors.css | file | themes/ |
/* ---------- Color Module Styles ----------- */ body, body.overlay { color: #3b3b3b; } .comment .comment-arrow { border-color: #ffffff; } #page, #main-wrapper, #main-menu-links li a.active, #main-menu-links li.active-trail a { background:… |
ColorTestCase | class | modules/ |
Tests the Color module functionality. |
ColorTestCase::$big_user | property | modules/ |
|
ColorTestCase::$colorTests | property | modules/ |
|
ColorTestCase::$themes | property | modules/ |
|
ColorTestCase::getInfo | function | modules/ |
|
ColorTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ColorTestCase::testColor | function | modules/ |
Tests the Color module functionality. |
ColorTestCase::testValidColor | function | modules/ |
Tests whether the provided color is valid. |
ColorTestCase::_testColor | function | modules/ |
Tests the Color module functionality using the given theme. |
ColorUnitTestCase | class | modules/ |
Unit tests for the color.module |
ColorUnitTestCase::$test_values | property | modules/ |
|
ColorUnitTestCase::getInfo | function | modules/ |
|
ColorUnitTestCase::setUp | function | modules/ |
Set up the test environment. |
ColorUnitTestCase::testColorPack | function | modules/ |
|
ColorUnitTestCase::testColorUnpack | function | modules/ |
|
color_form_system_themes_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
color_form_system_theme_settings_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
color_get_info | function | modules/ |
Retrieves the Color module information for a particular theme. |
color_get_palette | function | modules/ |
Retrieves the color palette for a particular theme. |
color_help | function | modules/ |
Implements hook_help(). |
color_palette_color_value | function | modules/ |
Determines the value for a palette color field. |
color_requirements | function | modules/ |
Implements hook_requirements(). |
color_scheme_form | function | modules/ |
Form constructor for the color configuration form for a particular theme. |
color_scheme_form_submit | function | modules/ |
Form submission handler for color_scheme_form(). |
color_scheme_form_validate | function | modules/ |
Form validation handler for color_scheme_form(). |
color_theme | function | modules/ |
Implements hook_theme(). |
color_update_7001 | function | modules/ |
Warn site administrator if unsafe CSS color codes are found in the database. |
color_valid_hexadecimal_string | function | modules/ |
Determines if a hexadecimal CSS color string is valid. |
ImageToolkitGdTestCase::colorsAreEqual | function | modules/ |
Function to compare two colors by RGBa. |
ImageToolkitGdTestCase::getPixelColor | function | modules/ |
Function for finding a pixel's RGBa values. |
ImageToolkitGdTestCase::testTransparentColorOutOfRange | function | modules/ |
Tests loading an image whose transparent color index is out of range. |
image_effect_color_validate | function | modules/ |
Element validate handler to ensure a hexadecimal color value. |
theme_color_scheme_form | function | modules/ |
Returns HTML for a theme's color form. |
_color_blend | function | modules/ |
Blends two hex colors and returns the GD color. |
_color_gd | function | modules/ |
Converts a hex triplet into a GD color. |
_color_hsl2rgb | function | modules/ |
Converts an HSL triplet into RGB. |
_color_html_alter | function | modules/ |
Replaces style sheets with color-altered style sheets. |
_color_hue2rgb | function | modules/ |
Helper function for _color_hsl2rgb(). |
_color_pack | function | modules/ |
Converts an RGB triplet to a hex color. |
_color_page_alter | function | modules/ |
Replaces the logo with a color-altered logo. |
_color_render_images | function | modules/ |
Renders images that match a given palette. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.