UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

26 lines 1.82 kB
define(["require", "exports", "tslib", "./consts", "./cssColor", "./rgb2hex", "./clamp", "./hsl2rgb", "./hsl2hsv", "./hsv2rgb", "./hsv2hex", "./rgb2hsv", "./hsv2hsl", "./getColorFromString", "./getColorFromRGBA", "./getColorFromHSV", "./getFullColorString", "./updateSV", "./updateH", "./updateRGB", "./updateA", "./correctRGB", "./correctHSV", "./correctHex"], function (require, exports, tslib_1, consts_1, cssColor_1, rgb2hex_1, clamp_1, hsl2rgb_1, hsl2hsv_1, hsv2rgb_1, hsv2hex_1, rgb2hsv_1, hsv2hsl_1, getColorFromString_1, getColorFromRGBA_1, getColorFromHSV_1, getFullColorString_1, updateSV_1, updateH_1, updateRGB_1, updateA_1, correctRGB_1, correctHSV_1, correctHex_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); tslib_1.__exportStar(consts_1, exports); tslib_1.__exportStar(cssColor_1, exports); tslib_1.__exportStar(rgb2hex_1, exports); tslib_1.__exportStar(clamp_1, exports); tslib_1.__exportStar(hsl2rgb_1, exports); tslib_1.__exportStar(hsl2hsv_1, exports); tslib_1.__exportStar(hsv2rgb_1, exports); tslib_1.__exportStar(hsv2hex_1, exports); tslib_1.__exportStar(rgb2hsv_1, exports); tslib_1.__exportStar(hsv2hsl_1, exports); tslib_1.__exportStar(getColorFromString_1, exports); tslib_1.__exportStar(getColorFromRGBA_1, exports); tslib_1.__exportStar(getColorFromHSV_1, exports); tslib_1.__exportStar(getFullColorString_1, exports); tslib_1.__exportStar(updateSV_1, exports); tslib_1.__exportStar(updateH_1, exports); tslib_1.__exportStar(updateRGB_1, exports); tslib_1.__exportStar(updateA_1, exports); tslib_1.__exportStar(correctRGB_1, exports); tslib_1.__exportStar(correctHSV_1, exports); tslib_1.__exportStar(correctHex_1, exports); }); //# sourceMappingURL=colors.js.map