DicomObjects.NET.V8
DicomObjects Namespace / ColourPalettes Class / HotMetalBlue Property



In This Topic
    HotMetalBlue Property
    In This Topic
    The Hot Metal Blue color palette is often used in nuclear medicine or PET applications to make differences in signal intensity (counts) more apparent to the human observer.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property HotMetalBlue As IList(Of Color)
    'Usage
     
    Dim value As IList(Of Color)
     
    value = ColourPalettes.HotMetalBlue
    public static IList<Color> HotMetalBlue {get;}
    public:
    static property IList<Color>^ HotMetalBlue {
       IList<Color>^ get();
    }
    Remarks
    This palette, and its associated description are as defined in part 6 of the DICOM Standard
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also