UNPKG

@chayns/colors

Version:

JavaScript utility functions for the calculation of colors for chayns

4 lines (3 loc) 175 B
import type { HSV, HSVA } from '../../types/hsv'; import type { RGB1, RGBA1 } from '../../types/rgb'; export default function hsvToRgb1(hsv: HSV | HSVA): RGB1 | RGBA1 | null;