 | 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
SyntaxIBitmapImage ApplyLut(
uint[] intensityLut
)
Parameters
- intensityLut
- Type: SystemUInt32
An intensity lookup table array.
Return Value
Type:
IBitmapImageA new image instance with effect applied.
See Also