Searched refs:tint_wand (Results 1 – 1 of 1) sorted by relevance
5972 PixelWand *tint_wand, *opacity_wand; local5985 tint_wand = php_imagick_zval_to_pixelwand (tint_param, IMAGICK_CLASS, &tint_allocated TSRMLS_CC);5986 if (!tint_wand)5999 tint_wand = DestroyPixelWand (tint_wand);6003 status = MagickTintImage(intern->magick_wand, tint_wand, opacity_wand);6006 tint_wand = DestroyPixelWand (tint_wand);
Completed in 43 milliseconds