LUTIntensity

SetLUTFullIntensityRange, ShowLUTIntensity, ShowLUTIntensityText, ToggleLUTFullIntensityRange, ToggleLUTIntensity, ToggleLUTIntensityText

SetLUTFullIntensityRange

Description 

 SetLUTFullIntensityRange(
   int  LUTFullIntensityRange
);

The function toggles between Full and Current intensity range shown in LUT visualization bar.

Parameters

int LUTFullIntensityRange

Sets intensity range.

0

Current intensity range

1

Full intensity range

See Also 
ShowLUTIntensity, ShowLUTIntensityText

ShowLUTIntensity

This function runs the Show LUT Intensity command.

Description 

 ShowLUTIntensity(
   int  ShowLUTIntensity
);

Shows or hides the LUT visualization bar. LUT visualization bar is overlaid on top of the image.

Parameters

int ShowLUTIntensity

Sets the visibility of the LUT visualization bar.

0

Hide

1

Show

See Also 
SetLUTFullIntensityRange, ShowLUTIntensityText

ShowLUTIntensityText

Description 

 ShowLUTIntensityText(
   int  ShowLUTIntensityText
);

Shows or hides the text labels in the LUT visualization bar.

Parameters

int ShowLUTIntensityText

Sets the visibility of the text labels in the LUT visualization bar.

0

Hide

1

Show

See Also 
SetLUTFullIntensityRange, ShowLUTIntensity

ToggleLUTFullIntensityRange

Description 

 ToggleLUTFullIntensityRange();

This function toggles between LUT full and current intensity range.

ToggleLUTIntensity

This function runs the View > Layers > LUT Intensity command.

Description 

 ToggleLUTIntensity();

This function shows/hides LUT visualization bar.

ToggleLUTIntensityText

Description 

 ToggleLUTIntensityText();

This function shows/hides the text labels in the LUT visualization bar.