Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/mod.ts>lerpColor

A framework for Beat Saber map scripting.
Go to Latest
function lerpColor
import { lerpColor } from "https://deno.land/x/remapper@2.1.0/src/mod.ts";

Interpolates between a start and end color to get a color in between.

Parameters

start: Color
end: Color
fraction: number
optional
easing = [UNSUPPORTED]

Optional easing

optional
format: string

Option to lerp through HSV or RGB