'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()
public System.Collections.Generic.IList<Color> GetColourTable()
public function GetColourTable(): System.Collections.Generic.IList;
public function GetColourTable() : System.Collections.Generic.IList;
public: System.Collections.Generic.IList<Color>* GetColourTable();
public:
System.Collections.Generic.IList<Color>^ GetColourTable();
Return Value
List of System.Drawing.Color values