srcFactor property

GPUBlendFactor srcFactor

Implementation

GPUBlendFactor get srcFactor =>
    GPUBlendFactor.fromValue(js_util.getProperty(this, 'srcFactor'));
void srcFactor=(GPUBlendFactor newValue)

Implementation

set srcFactor(GPUBlendFactor newValue) {
  js_util.setProperty(this, 'srcFactor', newValue.value);
}