It is NOT recommended that a generic pseudo-color be attached to images/frames of different types. The redraw of every image will force a RealizeForImageType to convert the LUT to the new image's type, so redraw of all images with pseudo-coloring will be slow. If it is desired to attach the same type of pseudo-coloring to images of various different types, the preferred method is to make a master pseudo-color with the desired settings, then for each image type make a new pseudo-color, call MakeDuplicateOf on the new pseudo-color and attach the new copy to the image.
|