Searched refs:hex_color (Results 1 – 2 of 2) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 1112 …public function WatermarkText(&$gdimg, $text, $size, $alignment, $hex_color='000000', $ttffont='',… argument 1152 …$letter_color_text = phpthumb_functions::ImageHexColorAllocate($gdimg, $hex_color, false, $opacity… 1338 $text_color_watermark = phpthumb_functions::ImageHexColorAllocate($img_watermark, $hex_color);
|
H A D | phpthumb.class.php | 3130 …@list($text, $size, $alignment, $hex_color, $ttffont, $opacity, $margin, $angle, $bg_color, $bg_op… 3134 $hex_color = ($hex_color ? $hex_color : '000000'); 3149 …$phpthumbFilters->WatermarkText($this->gdimg_output, $text, $size, $alignment, $hex_color, $ttffon…
|