DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ColourPalettes Class / HotIron Property

In This Topic
    HotIron Property
    In This Topic
    The Hot Iron color palette is often used in nuclear medicine applications to make differences in signal intensity (counts) more apparent to the human observer.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property HotIron As System.Collections.Generic.IList(Of Color)
    public static System.Collections.Generic.IList<Color> HotIron {get;}
    Remarks
    This palette, and its associated description are as defined in part 6 of the DICOM Standard
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also