ICanvasRenderingContext2D.GlobalAlpha

ICanvasRenderingContext2D.GlobalAlpha property

Alpha value that is applied to shapes and images before they are composited onto the canvas. Default 1.0 (opaque).

public double GlobalAlpha { get; set; }

See Also