UNPKG
@csegames/camelot-unchained
Version:
latest (0.1.2)
0.1.2
Camelot Unchained Client Library
csegames/camelot-unchained-client-library
@csegames/camelot-unchained
/
lib
/
utils
/
colorManipulation.d.ts
4 lines
(3 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
export
declare
const
hex2rgba
:
(
color
:
string
,
alpha
:
number
) =>
string
;
export
declare
const
darkenColor
:
(
color
:
string
,
amount
:
number
) =>
string
;
export
declare
const
lightenColor
:
(
color
:
string
,
amount
:
number
) =>
string
;