Click or drag to resize
Accord.NET (logo)

ConvolutionProcessAlpha Property

Specifies if alpha channel must be processed or just copied.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public bool ProcessAlpha { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The property specifies the way how alpha channel is handled for 32 bpp and 64 bpp images. If the property is set to , then alpha channel's values are just copied as is. If the property is set to then alpha channel is convolved using the specified kernel same way as RGB channels.

Default value is set to .

See Also