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



In This Topic
    Pet20Step Property
    In This Topic
    The PET 20 Step color palette is often used in PET applications to make differences in signal intensity (counts) more apparent to the human observer.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Pet20Step As IList(Of SKColor)
    'Usage
     
    
    Dim value As IList(Of SKColor)
     
    value = ColourPalettes.Pet20Step
    public static IList<SKColor> Pet20Step {get;}
    public:
    static property IList<SKColor>^ Pet20Step {
       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