UNPKG

@chayns/colors

Version:

JavaScript utility functions for the calculation of colors for chayns

3 lines (2 loc) 151 B
import type { RGB1, RGB255, RGBA1, RGBA255 } from '../../types/rgb'; export default function rgb255ToRgb1(rgb: RGB255 | RGBA255): RGB1 | RGBA1 | null;