blendTextureSourceAlpha property

bool get blendTextureSourceAlpha

Implementation

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

Implementation

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