gamma property

double? gamma

Implementation

double? get gamma => js_util.getProperty(this, 'gamma');
void gamma=(double? newValue)

Implementation

set gamma(double? newValue) {
  js_util.setProperty(this, 'gamma', newValue);
}