premultipliedAlpha property

bool premultipliedAlpha

Implementation

bool get premultipliedAlpha =>
    js_util.getProperty(this, 'premultipliedAlpha');
void premultipliedAlpha=(bool newValue)

Implementation

set premultipliedAlpha(bool newValue) {
  js_util.setProperty(this, 'premultipliedAlpha', newValue);
}