Click or drag to resize

IBitmapImageApplyLut Method (UInt32)

Applies intensity lookup table to image. The lookup table must have 256 elements with values ranging from 0 to 255 inclusive.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage ApplyLut(
	uint[] intensityLut
)

Parameters

intensityLut
Type: SystemUInt32
An intensity lookup table array.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
See Also