UNPKG

lib-colors

Version:

Simple node.js library for work with colors

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