You are here: Start » FIL.NET » Function Reference » Image » Image Look Up Tables » FIL.ApplyPixelLut
Applies previously created Look Up transformation to provided image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ApplyPixelLut ( FilNet.Image inImage, FilNet.PixelLut inLut, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Image to which LUT transformation will be applied. | ||
![]() | inLut | FilNet.PixelLut | LUT object, which defines transformation. | ||
![]() | outImage | FilNet.Image | Transformed image. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Region exceeds an input image in ApplyPixelLut. |