Lines Matching refs:getBlue
439 $targetBlue = self::round(Math::lerp($color2->getBlue(), $this->getBlue(), $weight));
456 throw new ExceptionCompile("This is not possible, the red value ({$color2->getBlue()}) with the percentage $weight could not be unmixed. They were not calculated with color mixing.");
462 $targetBlue = self::round(Math::unlerp($color2->getBlue(), $this->getBlue(), $weight));
464 throw new ExceptionCompile("This is not possible, the blue value ({$color2->getBlue()}) with the percentage $weight could not be unmixed. They were not calculated with color mixing.");
534 $blueHex = $toCssHex($this->getBlue());
616 function getBlue()
665 return [$this->getRed(), $this->getGreen(), $this->getBlue()];
699 $B = $toLuminanceFactor($this->getBlue());