Lines Matching refs:color
7 public function __construct(?string $color = null) {} argument
23 public function getColorValue(int $color): float {} argument
26 * @param int $color // COLOR_*
31 public function getColorValueQuantum(int $color): IMAGICK_QUANTUM_TYPE {} argument
37 public function isPixelSimilar(ImagickPixel|string $color, float $fuzz): bool {} argument
42 …public function isPixelSimilarQuantum(ImagickPixel|string $color, float $fuzz_quantum_range_scaled… argument
47 ImagickPixel|string $color,
52 public function setColor(string $color): bool {} argument
57 public function setColorValue(int $color, float $value): bool {} argument
60 * @param int $color // COLOR_*
69 public function setColorValueQuantum(int $color, IMAGICK_QUANTUM_TYPE $value): bool{} argument