UNPKG

@blackbaud/skyux

Version:
22 lines 649 B
// spell-checker:ignore colorpicker var SliderPosition = (function () { function SliderPosition(hue, saturation, value, alpha) { this.hue = hue; this.saturation = saturation; this.value = value; this.alpha = alpha; } return SliderPosition; }()); export { SliderPosition }; var SliderDimension = (function () { function SliderDimension(hue, saturation, value, alpha) { this.hue = hue; this.saturation = saturation; this.value = value; this.alpha = alpha; } return SliderDimension; }()); export { SliderDimension }; //# sourceMappingURL=colorpicker-classes.js.map