DicomObjects Reference
DicomObjects Reference / DicomImage Object / ColourTable Property
In This Topic
    ColourTable Property
    In This Topic
    Description
    Colour table for application of pseudo-colour to monochrome images
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property ColourTable As Variant
    Remarks

    This array is used as a final lookup when the images is being rendered for any purpose. The 2nd dimension of the  array may be any size, and may have any maximum value (up to 64k), as both input and output are scaled to fit the required ranges.

    The data range (after windowing etc.) is divided into N ranges (N=number of elements defined by 2nd dimension), and each is assigned a colour dependent on the 3 corresponding elements in this array = 1=Red, 2=Green, 3=Blue.

    As a result, this may be used to apply “false-colour” to an image.

    To clear the lookup, this property may be set to a null variant.

    If this property is not null, then when the image is displayed in a DicomViewer the viewer’s CalibrationCurve lookup table is not used.

    See Also