UNPKG

@chayns/colors

Version:

JavaScript utility functions for the calculation of colors for chayns

4 lines (3 loc) 175 B
import type { RGB1, RGBA1 } from '../../types/rgb'; import type { HSL, HSLA } from '../../types/hsl'; export default function rgb1ToHsl(rgb: RGB1 | RGBA1): HSL | HSLA | null;