Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- dib
- DIB for which the DisplaySummaryLUT is to be built.
This method updates DisplaySummaryLUT property based on the transforms that are present in the ImGearDICOMDisplaySettings class object.
Transforms are applied in the following order:
Modality
VOIInvertedPresentation LUTStandard Display LUT
Resulting DisplaySummaryLUT property has input depth equal to image bit depth and output depth equal to grayscale depth of the display device (8).
C# | Copy Code |
---|---|
ImGearRasterPage rasterPage = (ImGearRasterPage)igPage; rasterPage.DICOMDisplaySettings.UpdateDisplaySummaryLUT(rasterPage.DIB); |
Visual Basic | Copy Code |
---|---|
Dim rasterPage As ImGearRasterPage = igPage rasterPage.DICOMDisplaySettings.UpdateDisplaySummaryLUT(rasterPage.DIB) |