You are here

Functions in Colorizer 7

Primary tabs

Namesort descending Location Description Direct uses Strings
colorizer_admin_form ./colorizer.admin.inc This is a helper function that can be used to return the "subform" of Colorizer settings to be used on any other page as needed 1
colorizer_admin_form_submit ./colorizer.admin.inc Helper function to submit/save a colorizer form Mostly copied from Color module 1
colorizer_admin_form_validate ./colorizer.admin.inc Helper function to validate a form for colorizer fields Copied from Color module 1
colorizer_admin_settings ./colorizer.admin.inc Menu callback for Appearance settings form for Colorizer 1
colorizer_admin_settings_submit ./colorizer.admin.inc Form submission handler for colorizer_admin_settings().
colorizer_admin_settings_validate ./colorizer.admin.inc Form validation handler for colorizer_admin_settings().
colorizer_clearcache ./colorizer.module Removes css files from colorizer files cache They will get recreated in hook_init on demand 2
colorizer_delete ./colorizer.module Deletes the info for an instance 1
colorizer_fill_defaults ./colorizer.module Fill in any missing colors in palette with defaults scaled to the correct hue 1
colorizer_flush_caches ./colorizer.module Implements hook_flush_caches().
colorizer_get_info ./colorizer.module Retrieves the Color module information for a particular theme. 2
colorizer_get_palette ./colorizer.module Retrieves the color palette for a particular theme and instance. 2
colorizer_load ./colorizer.module Loads data for an instance. 5 2
colorizer_menu ./colorizer.module Implements hook_menu().
colorizer_preprocess_html ./colorizer.module Implements hook_preprocess_html(). Add the colorized style sheet to the site
colorizer_save ./colorizer.module Saves the info for an instance 3
colorizer_schema ./colorizer.install Implements hook_schema().
colorizer_update_7100 ./colorizer.install
colorizer_update_stylesheet ./colorizer.module Create a new stylesheet by replacing color variables Basic filehandling copied from Color module Returns full path to new css file 2
_colorizer_hsl2rgb ./colorizer.module Converts an HSL triplet into RGB. 1
_colorizer_hue2rgb ./colorizer.module Helper function for _colorizer_hsl2rgb(). 1
_colorizer_pack ./colorizer.module Converts an RGB triplet to a hex color. 1
_colorizer_rewrite_stylesheet ./colorizer.module Rewrites the stylesheet to match the colors in the palette. 1
_colorizer_rgb2hsl ./colorizer.module Converts an RGB triplet to HSL. 1
_colorizer_save_stylesheet ./colorizer.module Saves the rewritten stylesheet to disk. 1
_colorizer_unpack ./colorizer.module Converts a hex color into an RGB triplet. 1

Other projects