DicomObjects.NET10 Documentation
DicomObjects Namespace / ColourPalettes Class / HotMetalBlue Property



In This Topic
    HotMetalBlue Property
    In This Topic
    The Hot Metal Blue Utils 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 SKColor)
    'Usage
     
    
    Dim value As IList(Of SKColor)
     
    value = ColourPalettes.HotMetalBlue
    public static IList<SKColor> HotMetalBlue {get;}
    public:
    static property IList<SKColor>^ HotMetalBlue {
       IList<SKColor>^ get();
    }
    Remarks
    This palette, and its associated description are as defined in part 6 of the DICOM Standard
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also