transferFunction property

TransferFunction get transferFunction

Implementation

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

Implementation

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