blendTextureSourceAlpha property

bool blendTextureSourceAlpha

Implementation

bool get blendTextureSourceAlpha =>
    js_util.getProperty(this, 'blendTextureSourceAlpha');
void blendTextureSourceAlpha=(bool newValue)

Implementation

set blendTextureSourceAlpha(bool newValue) {
  js_util.setProperty(this, 'blendTextureSourceAlpha', newValue);
}