DicomObjects.NET.V8
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 Color)
    'Usage
     
    Dim value As IList(Of Color)
     
    value = ColourPalettes.Pet20Step
    public static IList<Color> Pet20Step {get;}
    public:
    static property IList<Color>^ Pet20Step {
       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