premultiplyAlpha property
PremultiplyAlpha
get
premultiplyAlpha
Implementation
PremultiplyAlpha get premultiplyAlpha =>
PremultiplyAlpha.fromValue(js_util.getProperty(this, 'premultiplyAlpha'));
set
premultiplyAlpha
(PremultiplyAlpha newValue)
Implementation
set premultiplyAlpha(PremultiplyAlpha newValue) {
js_util.setProperty(this, 'premultiplyAlpha', newValue.value);
}