color property

Implementation

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

Implementation

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