UNPKG
@colormate/core
Version:
beta (0.5.0-beta)
latest (0.5.1-beta-1)
0.5.1-beta-1
0.5.1-beta
0.5.0-beta
A modular and efficient color management library for JavaScript and TypeScript applications.
@colormate/core
/
dist
/
adjustments
/
BrightnessAdjuster.d.ts
5 lines
(4 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
import
{
Rgb
}
from
'@types_interfaces/ColorTypes'
;
export
declare
class
BrightnessAdjuster
{
static
adjust
(
rgb
:
Rgb
,
percent
:
number
):
Rgb
; }