DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / GetColourTable Method






    GetColourTable Method
    The colour lookup table of DicomImage
    Syntax
    'Declaration
     
    
    Public Function GetColourTable() As System.Collections.Generic.IList(Of Color)
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Collections.Generic.IList(Of Color)
     
    value = instance.GetColourTable()

    Return 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