Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
Leadtools.ColorConversion Namespace > IccLookupTable16 Structure : ColorLookupTableTables Property |
public ushort[] ColorLookupTableTables {get; set;}
'Declaration Public Property ColorLookupTableTables As UShort()
'Usage Dim instance As IccLookupTable16 Dim value() As UShort instance.ColorLookupTableTables = value value = instance.ColorLookupTableTables
public: property array<ushort>^ ColorLookupTableTables { array<ushort>^ get(); void set ( array<ushort>^ value); }