Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php139 public $config_error_textcolor = 'FF0000'; variable in phpthumb
2653 if (!phpthumb_functions::IsHexColor($this->config_error_textcolor)) {
2654 …return $this->ErrorImage('Invalid hex color string "'.$this->config_error_textcolor.'" for $this->…
2681 …or = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->config_error_textcolor);
2686 …ext "'.$this->config_nooffsitelink_text_message.'" (in #'.$this->config_error_textcolor.') on top …
4398 … = phpthumb_functions::ImageHexColorAllocate($gdimg_error, $this->config_error_textcolor, true);