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