Unmanaged grayscale image to use for channel replacement.

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

Syntax

C#
public UnmanagedImage UnmanagedChannelImage { get; set; }

Remarks

Note:Setting this property will clear the ChannelImage property - only one channel image is allowed: managed or unmanaged.

Exceptions

ExceptionCondition
AForge.Imaging..::.InvalidImagePropertiesExceptionChannel image should be 8bpp indexed image (grayscale).

See Also