Home
last modified time | relevance | path

Searched refs:ImageHexColorAllocate (Results 1 – 4 of 4) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php86 $color1 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor1, false, $alpha);
87 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2, false, $alpha);
482 $color_frame = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor_frame);
483 $color1 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor1);
484 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2);
762 …$background_color = phpthumb_functions::ImageHexColorAllocate($gdimg_source, $config_background_he…
822 …$background_color = phpthumb_functions::ImageHexColorAllocate($gdimg_newsrc, $config_background_he…
1152 …$letter_color_text = phpthumb_functions::ImageHexColorAllocate($gdimg, $hex_color, false, $opacity…
1247 … $text_color_background = phpthumb_functions::ImageHexColorAllocate($gdimg, 'FFFFFF', false, 127);
1320 …$text_color_background = phpthumb_functions::ImageHexColorAllocate($img_watermark, 'FFFFFF', false…
[all …]
H A DphpThumb.php621 …$new_background_color = phpthumb_functions::ImageHexColorAllocate($phpThumb->gdimg_source, $bghexc…
H A Dphpthumb.class.php2681 …$nohotlink_text_color = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->conf…
2785 …$background_color = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->config_b…
3446 …$background_color = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->config_b…
4397 …$background_color = phpthumb_functions::ImageHexColorAllocate($gdimg_error, $this->config_error_bg…
4398 …$text_color = phpthumb_functions::ImageHexColorAllocate($gdimg_error, $this->config_error_te…
H A Dphpthumb.functions.php245 …public static function ImageHexColorAllocate(&$gdimg_hexcolorallocate, $HexColorString, $dieOnInva… function in phpthumb_functions