SetAlphaValueCommand.AlphaValue 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)
Syntaxpublic byte AlphaValue { get; set; }
Public Property AlphaValue As Byte
Get
Set
Property Value
Type:
Byte A value of 0 to 255 indicating the opacity to use on the alpha channel.
ExceptionsException | Condition |
---|
| Thrown ifvalue is not between 0 and 255, inclusive. |
See Also