@ginden/blinkstick-v2
Version:
Improved Blickstick API for Node.js
6 lines • 435 B
TypeScript
import type { NormalizedColorOptions } from '../../types/color-options';
import type { AllPossibleColorOptions } from '../../types/all-possible-color-options';
import type { RgbTuple } from '../../types';
export declare function normalizeHexColor(color: string, options?: AllPossibleColorOptions): NormalizedColorOptions;
export declare function hexToRgbTuple(color: string): RgbTuple;
//# sourceMappingURL=normalize-hex-color.d.ts.map