dstFactor property

GPUBlendFactor dstFactor

Implementation

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

Implementation

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