gamma property

num? gamma

Implementation

_i2.num? get gamma => _i4.getProperty(
      this,
      'gamma',
    );
void gamma=(num? value)

Implementation

set gamma(_i2.num? value) {
  _i4.setProperty(
    this,
    'gamma',
    value ?? _i6.undefined,
  );
}