1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.parseToRGB = void 0;
|
4 | const g_1 = require("@antv/g");
|
5 | function parseToRGB(c) {
|
6 | if (typeof c === 'object')
|
7 | return c;
|
8 | return (0, g_1.parseColor)(c);
|
9 | }
|
10 | exports.parseToRGB = parseToRGB;
|
11 | //# sourceMappingURL=color.js.map |
\ | No newline at end of file |