In various advanced color spaces, effortlessly adjust the chroma of a color bitmap using sliders or numerical inputs, while applying masks to prevent clipping. Regardless of the original bit depth, all adjustments are performed with double-precision floating-point calculations to eliminate quantization errors.
在多种先进的色空间中,用滑块或数值输入来轻松地调整一张彩色位图的彩度,并利用蒙版来防止溢出。无论原始位深如何,都会使用双精度浮点数进行调整,以避免量化误差。
- HSI
- TSL
- LCH (CIELab)
- LCH (CIELuv)
- JzCzhz
- OKLCH
- HCT
- 修复:16位图像的编辑功能
- 添加:预览开关
- 改用HSL通道的饱和度来蒙版(经测试最佳)。
- 改用更柔和的饱和度提升方法,以保护低饱和区域。
- 改用HSV通道的饱和度来蒙版。
- 发布!