alpha property

Implementation

GPUBlendComponent get alpha => js_util.getProperty(this, 'alpha');
void alpha=(GPUBlendComponent newValue)

Implementation

set alpha(GPUBlendComponent newValue) {
  js_util.setProperty(this, 'alpha', newValue);
}