Home
last modified time | relevance | path

Searched refs:config_background_hexcolor (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php160 public $config_background_hexcolor = 'FFFFFF'; variable in phpthumb
2472 $this->config_background_hexcolor = ($this->bg ? $this->bg : $this->config_background_hexcolor);
2473 if (!phpthumb_functions::IsHexColor($this->config_background_hexcolor)) {
2474 …return $this->ErrorImage('Invalid hex color string "'.$this->config_background_hexcolor.'" for par…
2781 $this->config_background_hexcolor = ($this->bg ? $this->bg : $this->config_background_hexcolor);
2782 if (!phpthumb_functions::IsHexColor($this->config_background_hexcolor)) {
2783 …return $this->ErrorImage('Invalid hex color string "'.$this->config_background_hexcolor.'" for par…
2785 … phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->config_background_hexcolor);
3442 $this->config_background_hexcolor = ($this->bg ? $this->bg : $this->config_background_hexcolor);
3443 if (!phpthumb_functions::IsHexColor($this->config_background_hexcolor)) {
[all …]
H A Dphpthumb.filters.php755 …c function ImprovedImageRotate(&$gdimg_source, $rotate_angle, $config_background_hexcolor, $bg, &$… argument
762 …ound_color = phpthumb_functions::ImageHexColorAllocate($gdimg_source, $config_background_hexcolor);
822 …ound_color = phpthumb_functions::ImageHexColorAllocate($gdimg_newsrc, $config_background_hexcolor);
823 …mg_source), phpthumb_functions::ImageHexColorAllocate($gdimg_newsrc, $config_background_hexcolor));
835 hexdec(substr($config_background_hexcolor, 0, 2)),
836 hexdec(substr($config_background_hexcolor, 2, 2)),
837 hexdec(substr($config_background_hexcolor, 4, 2)));