json property

Map<String, dynamic> get json

Implementation

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