Click or drag to resize
Accord.NET (logo)

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

Property Value

Type: Boolean
true to create a gradient; otherwise, false. Default is true.
See Also