LutApply Method (ImagePlane, Byte)

CVB.Net Documentation
Apply a lookup table to an 8 bit per pixel input image plane.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Image Apply(
	ImagePlane plane,
	byte[] values
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Plane to which the lookup table is to be applied.
values
Type: SystemByte
The lookup table (must have at least 256 entries). Exceed is ignored.

Return Value

Type: Image
The result image.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf plane has been disposed.
FormatExceptionIf the plane has not 8 bits per pixel.
ArgumentNullExceptionIf values is null.
ArgumentExceptionIf values has less than 256 entries.
See Also

Reference