Click or drag to resize
Accord.NET (logo)

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
Syntax
public bool AlphaOnly { get; set; }
Request Example View Source

Property Value

Type: Boolean
true to blend only the alpha channel; otherwise, false. Default is false.
See Also