UNPKG

tween24

Version:

Tween24.js is animation library that enables fast coding using method chains.

13 lines (12 loc) 346 B
export declare class ColorUtil { /** * カラーコードからRGBの配列を返します。 * @static * @param {string} colorCode * @memberof ColorUtil */ static getRGBList(colorCode: string): number[]; private static _regColor; private static _regRGB; static isColorCode(value: string): boolean; }