ApplyPixelLut
Applies previously created Look Up transformation to provided image.
Syntax
C++
C#
Python
def ApplyPixelLut( inImage: Image, inLut: PixelLut, outImage: Image, /, *, inRoi: Region | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Image to which LUT transformation will be applied | |
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
inLut | PixelLut | LUT object, which defines transformation | |
![]() |
outImage | Image | Transformed image |


