|
BlendGradient Property
|
Gets or sets a value indicating whether to blend using a linear
gradient or just superimpose the two images with equal weights.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic bool Gradient { get; set; }
Public Property Gradient As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue to create a gradient; otherwise,
false. Default is true.
See Also