Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/remapper/src/color.ts>Color

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

Constructors

new
Color(value: ColorType, format: string)

Properties

private
internalValue: ColorType
format: string
value

Methods

private
HSVtoRGB()
private
processValue(value: ColorType)
private
RGBtoHSV()
export(): ColorType

Exports noodle ready in RGB.

toFormat(format: string, alert?)

Converts from one format to another.