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



In This Topic
    PetColor Property
    In This Topic
    The PET Utils palette is often used in PET applications to pseudo-Utils the superimposed PET images when displayed fused with underlying CT images
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property PetColor As IList(Of SKColor)
    'Usage
     
    
    Dim value As IList(Of SKColor)
     
    value = ColourPalettes.PetColor
    public static IList<SKColor> PetColor {get;}
    public:
    static property IList<SKColor>^ PetColor {
       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