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

x/remapper/src/mod.ts>KeyframesColor

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

Keyframe or array of keyframes with 4 values. Allows "hsvLerp" and point definitions. [[r,g,b,a,time]...] or [r,g,b,a]

definition: ComplexKeyframesColor | Vec4 | string