1.13.2.5 (checked in on 2008/02/11 at 06:53:01 by drumm)
| Name | Description |
|---|---|
| color_form_alter | Implementation of hook_form_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 | Implementation of hook_help |
| color_scheme_form | Form callback. Returns the configuration form. |
| color_scheme_form_submit | Submit handler for color change form. |
| theme_color_scheme_form | Theme 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_hue2rgb | Helper function for _color_hsl2rgb(). |
| _color_import_stylesheet | Helper function for _color_rewrite_stylesheet. |
| _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_shift | Shift a given color, using a reference pair and a target blend color. |
| _color_unpack | Convert a hex color into an RGB triplet. |