Implementation
Map<String,dynamic> get json => {
'patchScale': patchScale,
'useContrastCorrectedBlending': useContrastCorrectedBlending,
'lookupSkipThreshold': lookupSkipThreshold,
'textureSampleCoefficientExponent': textureSampleCoefficientExponent,
};