Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php138 public $config_error_bgcolor = 'CCCCFF'; variable in phpthumb
2650 if (!phpthumb_functions::IsHexColor($this->config_error_bgcolor)) {
2651 …return $this->ErrorImage('Invalid hex color string "'.$this->config_error_bgcolor.'" for $this->co…
4397 …lor = phpthumb_functions::ImageHexColorAllocate($gdimg_error, $this->config_error_bgcolor, true);