Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DMath.php18 public static function unlerp($x, $y, $weight): float function in ComboStrap\\Math
H A DColorRgb.php454 $targetRed = self::round(Math::unlerp($color2->getRed(), $this->getRed(), $weight));
458 $targetGreen = self::round(Math::unlerp($color2->getGreen(), $this->getGreen(), $weight));
462 $targetBlue = self::round(Math::unlerp($color2->getBlue(), $this->getBlue(), $weight));