Version 1.81 (checked in on 2010/01/30 at 07:59:24 by dries)
| Name | Description |
|---|---|
| color_form_system_themes_alter | Implements hook_form_FORM_ID_alter(). |
| color_form_system_theme_settings_alter | Implements hook_form_FORM_ID_alter(). |
| color_get_info | Retrieve the color.module info for a particular theme. |
| color_get_palette | Helper function to retrieve the color palette for a particular theme. |
| color_help | Implements hook_help(). |
| color_scheme_form | Form callback. Returns the configuration form. |
| color_scheme_form_submit | Submit handler for color change form. |
| color_theme | Implements hook_theme(). |
| theme_color_scheme_form | Theme the color form. |
| _color_blend | Blend two hex colors and return the GD color. |
| _color_gd | Convert a hex triplet into a GD color. |
| _color_hsl2rgb | Convert a HSL triplet into RGB. |
| _color_html_alter | Callback for the theme to alter the resources used. |
| _color_hue2rgb | Helper function for _color_hsl2rgb(). |
| _color_pack | Convert an RGB triplet to a hex color. |
| _color_page_alter | Callback for the theme to alter the resources used. |
| _color_render_images | Render images that match a given palette. |
| _color_rewrite_stylesheet | Rewrite the stylesheet to match the colors in the palette. |
| _color_rgb2hsl | Convert an RGB triplet to HSL. |
| _color_save_stylesheet | Save the rewritten stylesheet to disk. |
| _color_shift | Shift a given color, using a reference pair and a target blend color. |
| _color_theme_select_form_alter | Helper for hook_form_FORM_ID_alter() implementations. |
| _color_unpack | Convert a hex color into an RGB triplet. |