blend property

Implementation

GPUBlendState get blend => js_util.getProperty(this, 'blend');
void blend=(GPUBlendState newValue)

Implementation

set blend(GPUBlendState newValue) {
  js_util.setProperty(this, 'blend', newValue);
}