Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php683 public function ImageBorder(&$gdimg, $border_width, $radius_x, $radius_y, $hexcolor_border) { argument
701 …locate($gd_border_canvas, (phpthumb_functions::IsHexColor($hexcolor_border) ? $hexcolor_border : '…
H A Dphpthumb.class.php2997 @list($border_width, $radius_x, $radius_y, $hexcolor_border) = explode('|', $parameter, 4);
2999 …mbFilters->ImageBorder($this->gdimg_output, $border_width, $radius_x, $radius_y, $hexcolor_border);