Searched refs:color_name (Results 1 – 1 of 1) sorted by relevance
284 char *color_name = NULL; local290 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &color_name, &color_name_len) == FAILUR…308 if (color_name && color_name_len) {309 if (PixelSetColor(internp->pixel_wand, color_name) == MagickFalse) {322 char *color_name; local329 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &color_name, &color_name_len) == FAILURE…338 status = PixelSetColor(internp->pixel_wand, color_name);
Completed in 4 milliseconds