premultipliedAlpha property
bool
get
premultipliedAlpha
Implementation
bool get premultipliedAlpha =>
js_util.getProperty(this, 'premultipliedAlpha');
set
premultipliedAlpha
(bool newValue)
Implementation
set premultipliedAlpha(bool newValue) {
js_util.setProperty(this, 'premultipliedAlpha', newValue);
}