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






    SetColourTable Method
    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)

    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