ImageGearJava Project > com.accusoft.imagegear.formats.dicom Package > ImGearDICOM Class : buildPseudocolorLUT Method |
This method fills a lookup table (LUT) according to one of the predefined 24-bit RGB to 24-bit RGB pseudocoloring schemes. Use this method to initialize method com.accusoft.imagegear.display.ImGearPageDisplay.getLUT.
Value, passed to com.accusoft.imagegear.display.ImGearPageDisplay.getLUT method is used on the last stage of display processing, when all geometric, color space and depth conversions have been done. This allows you to use a 24-bit RGB to 24-bit RGB lookup table for displaying images of any color space and depth.
com.accusoft.imagegear.core.ImGearRGBLUTImGearPseudocolorSchemes
public static void buildPseudocolorLUT( ImGearPseudocolorSchemes scheme, ImGearRGBLUT lookupTable ) |
This method fills a lookup table (LUT) according to one of the predefined 24-bit RGB to 24-bit RGB pseudocoloring schemes. Use this method to initialize method com.accusoft.imagegear.display.ImGearPageDisplay.getLUT.
Value, passed to com.accusoft.imagegear.display.ImGearPageDisplay.getLUT method is used on the last stage of display processing, when all geometric, color space and depth conversions have been done. This allows you to use a 24-bit RGB to 24-bit RGB lookup table for displaying images of any color space and depth.
com.accusoft.imagegear.core.ImGearRGBLUTImGearPseudocolorSchemes