color.module
Версия 1.39.2.2 (checked in on 2009/05/16 at 16:09:21 by dries)
Функции
Имя | Описание |
---|---|
color_form_alter | Реализация hook_form_alter(). |
color_get_info | Retrieve the color.module info for a particular theme. |
color_get_palette | Вспомогательная функция извлечения цветовой палитры для указанной темы. |
color_help | Реализация hook_help(). |
color_scheme_form | Конструктор формы. Возвращает форму конфигурирования. |
color_scheme_form_submit | Submit handler for color change form. |
color_theme | Реализация hook_theme(). |
theme_color_scheme_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_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_unpack | Convert a hex color into an RGB triplet. |