LutApply Method (ImagePlane, IListLutLevel, LutInterpolation)

CVB.Net Documentation
Apply a lookup table that is the result of interpolation between a series of levels and values to an input image.

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,
	IList<LutLevel> levels,
	LutInterpolation interpolation
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Plane to which the lookup table is to be applied.
levels
Type: System.Collections.GenericIListLutLevel
Levels defining the lookup table.
interpolation
Type: Stemmer.Cvb.FoundationLutInterpolation
Interpolation mode between the levels.

Return Value

Type: Image
The result image.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf plane has been disposed.
ArgumentNullExceptionIf levels is null.
ArgumentExceptionIf interpolation is invalid.
See Also

Reference