'Declaration Public Shared Sub TransformWithLUT( _ ByVal page As ImGearRasterPage, _ ByVal LUT As ImGearMultichannelLUT _ )
'Usage Dim page As ImGearRasterPage Dim LUT As ImGearMultichannelLUT ImGearRasterProcessing.TransformWithLUT(page, LUT)
public static void TransformWithLUT( ImGearRasterPage page, ImGearMultichannelLUT LUT )
public: static void TransformWithLUT( ImGearRasterPage* page, ImGearMultichannelLUT* LUT )
public: static void TransformWithLUT( ImGearRasterPage^ page, ImGearMultichannelLUT^ LUT )
Parameters
- page
- Page to apply the LUT to.
- LUT
- Multichannel LUT that shall be applied.