UNPKG

@colormate/core

Version:

A modular and efficient color management library for JavaScript and TypeScript applications.

5 lines (4 loc) 147 B
import { Rgb } from '@types_interfaces/ColorTypes'; export declare class BrightnessAdjuster { static adjust(rgb: Rgb, percent: number): Rgb; }