DicomObjects.NET.V8
DicomObjects Namespace / ColourPalettes Class / PetColor Property



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also