Lines Matching refs:ImageHexColorAllocate

86             $color1 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor1, false, $alpha);
87 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2, false, $alpha);
366 …$thisColor = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor, false, $PixelMap[$x + $O…
482 $color_frame = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor_frame);
483 $color1 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor1);
484 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2);
662 …$thisColor = phpthumb_functions::ImageHexColorAllocate($gdHistTemp, phpthumb_functions::IsHexColor…
701 …$color_border = phpthumb_functions::ImageHexColorAllocate($gd_border_canvas, (phpthumb_functions::…
762 …$background_color = phpthumb_functions::ImageHexColorAllocate($gdimg_source, $config_background_he…
822 …$background_color = phpthumb_functions::ImageHexColorAllocate($gdimg_newsrc, $config_background_he…
823 …agesx($gdimg_source), imagesy($gdimg_source), phpthumb_functions::ImageHexColorAllocate($gdimg_new…
1152 …$letter_color_text = phpthumb_functions::ImageHexColorAllocate($gdimg, $hex_color, false, $opacity…
1245 …$text_color_background = phpthumb_functions::ImageHexColorAllocate($gdimg, $bg_color, false, $text…
1247 … $text_color_background = phpthumb_functions::ImageHexColorAllocate($gdimg, 'FFFFFF', false, 127);
1318 …$text_color_background = phpthumb_functions::ImageHexColorAllocate($img_watermark, $bg_color, fals…
1320 …$text_color_background = phpthumb_functions::ImageHexColorAllocate($img_watermark, 'FFFFFF', false…
1338 $text_color_watermark = phpthumb_functions::ImageHexColorAllocate($img_watermark, $hex_color);