UNPKG

159 BTypeScriptView Raw
1import type { IRGB } from './interfaces';
2/** Corrects an RGB color to fall within the valid range. */
3export declare function correctRGB(color: IRGB): IRGB;