pretty-easy-rgb-to-hex
Version:
Converts an rgb color to it's corresponding HEX color value
13 lines (12 loc) • 339 B
TypeScript
/**
* @description
* Check if the value returns
* an array of number values
* that represent the RGB color
*
* @param {string} info
* @param {string} value
* @param {number[]} equalityCheck
* @returns {*}
*/
export declare function validRGBValue_returnsString(info: string, equalityCheck: string, ...value: Array<any>): void;