DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / GetColourTable Method



In This Topic
    GetColourTable Method
    In This Topic
    The colour lookup table of DicomImage
    Syntax
    'Declaration
     
    
    Public Function GetColourTable() As IList(Of SKColor)
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As IList(Of SKColor)
     
    value = instance.GetColourTable()
    public IList<SKColor> GetColourTable()
    public:
    IList<SKColor>^ GetColourTable(); 

    Return Value

    List of SkiaSharp.SKColor values
    Remarks
    This property enables developers to define and apply their own color table to Images.
    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