office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAX_COLOR_SATURATION = 100;
exports.MAX_COLOR_HUE = 359;
exports.MAX_COLOR_VALUE = 100;
exports.MAX_COLOR_RGB = 255;
/** @deprecated Use MAX_COLOR_RGB (255) or MAX_COLOR_ALPHA (100) */
exports.MAX_COLOR_RGBA = exports.MAX_COLOR_RGB;
exports.MAX_COLOR_ALPHA = 100;
//# sourceMappingURL=consts.js.map