Home
last modified time | relevance | path

Searched refs:lerp (Results 1 – 2 of 2) sorted by relevance

/template/strap/ComboStrap/
H A DMath.php31 public static function lerp($x, $y, $weight) function in ComboStrap\\Math
H A DColorRgb.php437 $targetRed = self::round(Math::lerp($color2->getRed(), $this->getRed(), $weight));
438 $targetGreen = self::round(Math::lerp($color2->getGreen(), $this->getGreen(), $weight));
439 $targetBlue = self::round(Math::lerp($color2->getBlue(), $this->getBlue(), $weight));