In This Topic
The PET color palette is often used in PET applications to pseudo-color the superimposed PET images
when displayed fused with underlying CT images
Syntax
'Declaration
Public Shared ReadOnly Property PetColor As System.Collections.Generic.IList(Of Color)
'Usage
Dim value As System.Collections.Generic.IList(Of Color)
value = ColourPalettes.PetColor
public static System.Collections.Generic.IList<Color> PetColor {get;}
public read-only property PetColor: System.Collections.Generic.IList; static;
public static function get PetColor : System.Collections.Generic.IList
public: __property static System.Collections.Generic.IList<Color>* get_PetColor();
public:
static property System.Collections.Generic.IList<Color>^ PetColor {
System.Collections.Generic.IList<Color>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also