curve property

Float32List curve

Source

@DomName('WaveShaperNode.curve')
@DocsEditable()
Float32List get curve =>
    _blink.BlinkWaveShaperNode.instance.curve_Getter_(this);
void curve=(Float32List value)

Source

@DomName('WaveShaperNode.curve')
@DocsEditable()
set curve(Float32List value) =>
    _blink.BlinkWaveShaperNode.instance.curve_Setter_(this, value);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-web_audio/WaveShaperNode/curve.html