TextureBase.Alpha

TextureBase.Alpha property

Gets or sets the default alpha value of the texture This is valid when the AlphaSource is PixelAlpha Default value is 1.0, valid value range is between 0 and 1

public double Alpha { get; set; }

See Also