transferFunction property

TransferFunction transferFunction

Implementation

TransferFunction get transferFunction =>
    TransferFunction.fromValue(js_util.getProperty(this, 'transferFunction'));
void transferFunction=(TransferFunction newValue)

Implementation

set transferFunction(TransferFunction newValue) {
  js_util.setProperty(this, 'transferFunction', newValue.value);
}