"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FORMAT_RGB = exports.FORMAT_HSB = exports.FORMAT_HEX = void 0;
const FORMAT_HEX = exports.FORMAT_HEX = 'hex';
const FORMAT_RGB = exports.FORMAT_RGB = 'rgb';
const FORMAT_HSB = exports.FORMAT_HSB = 'hsb';