UNPKG

lib-colors

Version:

Simple node.js library for work with colors

4 lines (3 loc) 155 B
import type { IGray } from '../../gray/gray.interface'; import type { IRGB } from '../rgb.interface'; export declare function rgbToGray(rgb: IRGB): IGray;