lighteningLevel property

  1. @JsonKey(name: 'lighteningLevel')
double? lighteningLevel
final

The brightening level, in the range 0.0,1.0, where 0.0 means the original brightening. The default value is 0.0. The higher the value, the greater the degree of brightening.

Implementation

@JsonKey(name: 'lighteningLevel')
final double? lighteningLevel;