colorParamMaxValues top-level property
colors 参数最大值
Implementation
final Map<String, double> colorParamMaxValues = {
'BrightnessMax': 0.23, // 亮度最大值,控制图像整体的亮度
'SaturationMax': 2.0, // 饱和度最大值,控制颜色的浓度
'ContrastMax': 1.4, // 对比度最大值,调整图像的明暗对比
'SharpenMax': 0.5, // 锐化最大值,增强图像的细节边缘
'ShadowMax': 1.0, // 阴影最大值,控制图像中阴影区域的细节
'TemperatureMax': 0.5, // 色温最大值,控制图像的色调
'NoiseMax': 0.1, // 噪点最大值,增加图像中的颗粒感
'ExposureMax': 1.0, // 曝光度最大值,用于调整图像的亮度
'VibranceMax': 0.5, // 鲜艳度最大值,控制颜色的鲜艳程度
/// 使用亮度参数0.15 todo
'HighlightMax': 0.15, // 高光最大值,控制图像中亮部的处理
'RedMax': 1.5, // 白平衡中红色通道的最大值
'GreenMax': 1.5, // 白平衡中绿色通道的最大值
'BlueMax': 1.5, // 白平衡中蓝色通道的最大值
'CenterXMax': 1.0, // 暗角中心X轴位置最大值
'CenterYMax': 1.0, // 暗角中心Y轴位置最大值
'StartMax': 1.0, // 暗角渐变起始位置最大值
'EndMax': 1.0, // 暗角渐变结束位置最大值
// 'HueMax': 1.0 // 色调初最大值,调整图像的整体色调
};