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 System.Collections.Generic.IList(Of Color)
'Usage
Dim value As System.Collections.Generic.IList(Of Color)
value = ColourPalettes.HotMetalBlue
public static System.Collections.Generic.IList<Color> HotMetalBlue {get;}
public read-only property HotMetalBlue: System.Collections.Generic.IList; static;
public static function get HotMetalBlue : System.Collections.Generic.IList
public: __property static System.Collections.Generic.IList<Color>* get_HotMetalBlue();
public:
static property System.Collections.Generic.IList<Color>^ HotMetalBlue {
System.Collections.Generic.IList<Color>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also