Home
last modified time | relevance | path

Searched refs:gray (Results 1 – 11 of 11) sorted by relevance

/imagick/tests/
H A D045_Imagick_compositeImage_basic.phpt34 "gradient:gray(10%)-gray(90%)"
H A D003_cast_color_opacity.phpt12 $im->tintImage("red", "gray(50%)");
21 $strengthPixel = new ImagickPixel("gray");
H A D010_importimagepixels.phpt30 $im->newImage($width, $height, 'gray');
H A D169_ImagickPixel_construct_basic.phpt17 "graya(50%, 0.5)", // semi-transparent mid gray
H A D237_Tutorial_deconstructGif_basic.phpt22 $background->newpseudoimage($imageSize, $imageSize, "canvas:gray");
H A D278_Imagick_optimaze_gif.phpt25 $background->newpseudoimage($imageSize, $imageSize, "canvas:gray");
/imagick/
H A Dshim_im6_to_im7.h119 const ChannelType channel,const MagickBooleanType gray);
H A Dshim_im6_to_im7.c630 …MagickNegateImageChannel(MagickWand *wand,const ChannelType channel,const MagickBooleanType gray) { in MagickNegateImageChannel() argument
639 status = MagickNegateImage(wand, gray); in MagickNegateImageChannel()
H A DImagick.stub.php48 public function shadeImage(bool $gray, float $azimuth, float $elevation): bool {} argument
1000 public function negateImage(bool $gray, int $channel = Imagick::CHANNEL_DEFAULT): bool {} argument
H A DImagick_arginfo.h266 ZEND_ARG_TYPE_INFO(0, gray, _IS_BOOL, 0)
268 ZEND_ARG_INFO(0, gray)
4073 ZEND_ARG_TYPE_INFO(0, gray, _IS_BOOL, 0)
4075 ZEND_ARG_INFO(0, gray)
H A Dimagick_class.c416 zend_bool gray; in PHP_METHOD() local
418 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "bdd", &gray, &azimuth, &elevation) == FAILUR… in PHP_METHOD()
426 status = MagickShadeImage(intern->magick_wand, gray, azimuth, elevation); in PHP_METHOD()
4892 zend_bool gray; in PHP_METHOD() local
4897 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b|l", &gray, &channel) == FAILURE) { in PHP_METHOD()
4905 status = MagickNegateImageChannel(intern->magick_wand, channel, gray); in PHP_METHOD()

Completed in 86 milliseconds