DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / SetColourTable Method
List of System.Drawing.Color values






In This Topic
    SetColourTable Method
    In This Topic
    The colour lookup table of DicomImage
    Syntax
    'Declaration
     
    
    Public Sub SetColourTable( _
       ByVal value As System.Collections.Generic.IList(Of Color) _
    ) 
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Collections.Generic.IList(Of Color)
     
    instance.SetColourTable(value)
    public void SetColourTable( 
       System.Collections.Generic.IList<Color> value
    )
    public procedure SetColourTable( 
        value: System.Collections.Generic.IList
    ); 
    public function SetColourTable( 
       value : System.Collections.Generic.IList
    );
    public: void SetColourTable( 
       System.Collections.Generic.IList<Color>* value
    ) 
    public:
    void SetColourTable( 
       System.Collections.Generic.IList<Color>^ value
    ) 

    Parameters

    value
    List of System.Drawing.Color values
    Remarks
    This property enables developers to define and apply their own color table to Images.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also