globalAlpha property
num globalAlphaSource
@DomName('CanvasRenderingContext2D.globalAlpha') @DocsEditable() num get globalAlpha => _blink.BlinkCanvasRenderingContext2D.instance.globalAlpha_Getter_(this);void globalAlpha=(
Source
@DomName('CanvasRenderingContext2D.globalAlpha') @DocsEditable() set globalAlpha(num value) => _blink.BlinkCanvasRenderingContext2D.instance .globalAlpha_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CanvasRenderingContext2D/globalAlpha.html