Searched defs:color (Results 1 – 6 of 6) sorted by relevance
/imagick/ |
H A D | ImagickPixel.stub.php | 7 public function __construct(?string $color = null) {} 23 public function getColorValue(int $color): float {} 31 public function getColorValueQuantum(int $color): IMAGICK_QUANTUM_TYPE {} 37 public function isPixelSimilar(ImagickPixel|string $color, float $fuzz): bool {} 42 …public function isPixelSimilarQuantum(ImagickPixel|string $color, float $fuzz_quantum_range_scaled… 46 public function isSimilar( 52 public function setColor(string $color): bool {} 57 public function setColorValue(int $color, float $value): bool {} 69 public function setColorValueQuantum(int $color, IMAGICK_QUANTUM_TYPE $value): bool{}
|
H A D | imagickpixel_class.c | 84 im_long color; in PHP_METHOD() local 157 im_long color; in PHP_METHOD() local 440 im_long color; local 522 im_long color; local
|
H A D | ImagickDraw.stub.php | 29 public function setStrokeColor(ImagickPixel|string $color): bool {} 180 public function color(float $x, float $y, int $paint): bool {} function in ImagickDraw 394 public function setBorderColor(ImagickPixel|string $color): bool {}
|
H A D | Imagick.stub.php | 928 public function setImagePixelColor(int $x, int $y, ImagickPixel|string $color): ImagickPixel {} 1068 public function setImageColormapColor(int $index, ImagickPixel|string $color): bool {}
|
H A D | imagickdraw_class.c | 1346 PHP_METHOD(ImagickDraw, color) argument
|
H A D | imagick_class.c | 559 PixelWand *color; in PHP_METHOD() local
|
Completed in 92 milliseconds