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.
public static System.Collections.Generic.IList<Color> HotIron {get;}
public read-only property HotIron: System.Collections.Generic.IList; static;
public static function get HotIron : System.Collections.Generic.IList
public: __property static System.Collections.Generic.IList<Color>* get_HotIron();
public:
static property System.Collections.Generic.IList<Color>^ HotIron {
System.Collections.Generic.IList<Color>^ get();
}
'Declaration
Public Shared ReadOnly Property HotIron As System.Collections.Generic.IList(Of Color)
'Usage
Dim value As System.Collections.Generic.IList(Of Color)
value = ColourPalettes.HotIron
Target Platforms: .NET CLR 4.8 or higher