In This Topic
The colour lookup table of DicomImage
Syntax
'Declaration
Public Sub SetColourTable( _
ByVal 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>
)
public procedure SetColourTable(
: System.Collections.Generic.IList
);
public function SetColourTable(
: System.Collections.Generic.IList
);
public: void SetColourTable(
System.Collections.Generic.IList<Color>*
)
public:
void SetColourTable(
System.Collections.Generic.IList<Color>^
)
Parameters
- value
- List of System.Drawing.Color values
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also