smoothnessLevel property
磨皮程度,取值范围为 0.0,1.0,其中 0.0 表示原始磨皮程度,默认值为 0.0。取值越大,磨皮程度越大。
Implementation
@JsonKey(name: 'smoothnessLevel')
final double? smoothnessLevel;
磨皮程度,取值范围为 0.0,1.0,其中 0.0 表示原始磨皮程度,默认值为 0.0。取值越大,磨皮程度越大。
@JsonKey(name: 'smoothnessLevel')
final double? smoothnessLevel;