Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php231 $targetColor = (phpthumb_functions::IsHexColor($targetColor) ? $targetColor : 'gray');
310 …return $this->Colorize($gdimg, $amount, (phpthumb_functions::IsHexColor($color) ? $color : 'gray')…
662 …humb_functions::ImageHexColorAllocate($gdHistTemp, phpthumb_functions::IsHexColor(@$Colors[$key]) …
701 …nctions::ImageHexColorAllocate($gd_border_canvas, (phpthumb_functions::IsHexColor($hexcolor_border…
936 $targetColor = (phpthumb_functions::IsHexColor($targetColor) ? $targetColor : 'A28065');
1076 if (phpthumb_functions::IsHexColor($targetColor)) {
1243 if (phpthumb_functions::IsHexColor($bg_color)) {
1316 if (phpthumb_functions::IsHexColor($bg_color)) {
H A Dphpthumb.functions.php232 public static function IsHexColor($HexColorString) { function in phpthumb_functions
249 if (self::IsHexColor($HexColorString)) {
H A Dphpthumb.class.php2308 if (!phpthumb_functions::IsHexColor($color)) {
2309 …$color = ((!empty($this->bc) && phpthumb_functions::IsHexColor($this->bc)) ? $this->bc : '000000');
2473 if (!phpthumb_functions::IsHexColor($this->config_background_hexcolor)) {
2650 if (!phpthumb_functions::IsHexColor($this->config_error_bgcolor)) {
2653 if (!phpthumb_functions::IsHexColor($this->config_error_textcolor)) {
2782 if (!phpthumb_functions::IsHexColor($this->config_background_hexcolor)) {
3239 if (!phpthumb_functions::IsHexColor($hexcolor)) {
3443 if (!phpthumb_functions::IsHexColor($this->config_background_hexcolor)) {
H A DphpThumb.php610 if (!phpthumb_functions::IsHexColor($bghexcolor)) {