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