|
BlendAlphaOnly Property
|
Gets or sets a value indicating whether only the alpha channel
should be blended. This can be used together with a transparency
mask to selectively blend only portions of the image.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic bool AlphaOnly { get; set; }
Public Property AlphaOnly As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue to blend only the alpha channel; otherwise,
false. Default is false.
See Also