Home
last modified time | relevance | path

Searched refs:color (Results 26 – 34 of 34) sorted by relevance

12

/imagick/
H A DImagickDraw.stub.php29 public function setStrokeColor(ImagickPixel|string $color): bool {} argument
180 public function color(float $x, float $y, int $paint): bool {} function in ImagickDraw
394 public function setBorderColor(ImagickPixel|string $color): bool {} argument
H A DImagickDraw_arginfo.h149 ZEND_ARG_OBJ_TYPE_MASK(0, color, ImagickPixel, MAY_BE_STRING, NULL)
1537 ZEND_ARG_OBJ_TYPE_MASK(0, color, ImagickPixel, MAY_BE_STRING, NULL)
1670 ZEND_METHOD(ImagickDraw, color);
1846 ZEND_ME(ImagickDraw, color, arginfo_class_ImagickDraw_color, ZEND_ACC_PUBLIC)
H A DChangeLog15 * Imagick::setImagePixelColor(int $x, int $y, ImagickPixel|string $color)
173 * ImagickDraw::setBorderColor(ImagickPixel color) : bool
612 + All methods that expect ImagickPixel now allow a string representing the color
737 - Added support for passing color name as parameter for ImagickPixel constructor
776 - added function imagick_transparent() for setting a particular color to be
H A DImagick.stub.php928 public function setImagePixelColor(int $x, int $y, ImagickPixel|string $color): ImagickPixel {} argument
1068 public function setImageColormapColor(int $index, ImagickPixel|string $color): bool {} argument
H A Dimagick_class.c559 PixelWand *color; in PHP_METHOD() local
591 color = NewPixelWand(); in PHP_METHOD()
592 if (!color) { in PHP_METHOD()
599 DestroyPixelWand (color); in PHP_METHOD()
606 DestroyPixelWand (color); in PHP_METHOD()
614 if (color != NULL) color = DestroyPixelWand(color); \ in PHP_METHOD()
618 status = PixelSetColor(color, "transparent"); in PHP_METHOD()
635 status = PixelSetColor(color, "white"); in PHP_METHOD()
643 DrawSetFillColor(draw, color); in PHP_METHOD()
644 status = PixelSetColor(color, "black"); in PHP_METHOD()
[all …]
H A Dphp_imagick_defs.h1028 PHP_METHOD(imagickdraw, color);
H A Dimagickdraw_class.c1346 PHP_METHOD(ImagickDraw, color) argument
H A DImagick_arginfo.h3865 ZEND_ARG_OBJ_TYPE_MASK(0, color, ImagickPixel, MAY_BE_STRING, NULL)
4349 ZEND_ARG_OBJ_TYPE_MASK(0, color, ImagickPixel, MAY_BE_STRING, NULL)
/imagick/tests/
H A D149_Imagick_sparseColorImage.phpt41 "Value %s is neither a string nor an ImagickPixel class. Cannot use as a color.",

Completed in 68 milliseconds

12