Determines, if luminance value of filtered pixels should be updated.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public bool UpdateLuminance { get; set; }

Remarks

The property specifies if luminance of filtered pixels should be updated with value from fill color or not.

Default value is set to trueTruetruetrue (True in Visual Basic).

See Also