Click or drag to resize

SetAlphaValueCommandAlphaValue Property

Gets or sets a value of 0 to 255 indicating the opacity to use on the alpha channel.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public byte AlphaValue { get; set; }

Property Value

Type: Byte
A value of 0 to 255 indicating the opacity to use on the alpha channel.
Exceptions
ExceptionCondition
Thrown ifvalue is not between 0 and 255, inclusive.
See Also