UNPKG
color-engine
Version:
latest (2.0.2-flooooood)
2.0.2-flooooood
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
Creates color gradients from a few colors and converts RBG colors to HEX and vice versa.
color-engine
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
215 B
TypeScript
View Raw
1
2
3
export
declare
function
map
(
n
:
number
,
start1
:
number
,
stop1
:
number
,
start2
:
number
,
stop2
:
number
,
withinBounds
?:
boolean
):
number
;
export
declare
function
constrain
(
n
:
number
,
low
:
number
,
high
:
number
):
number
;