legacyBegin property
values indicate the strength of the saturation (only positive values)
0% - fully desaturated (grayscale), 100% - normal saturation, (100% +) - oversaturated
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
$core.double get legacyBegin => $_getN(0);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
set legacyBegin($core.double value) => $_setDouble(0, value);