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 > IccChromaticity Structure : Channels Property |
public IccChannelCoordinates[] Channels {get; set;}
'Declaration Public Property Channels As IccChannelCoordinates()
'Usage Dim instance As IccChromaticity Dim value() As IccChannelCoordinates instance.Channels = value value = instance.Channels
public: property array<IccChannelCoordinates>^ Channels { array<IccChannelCoordinates>^ get(); void set ( array<IccChannelCoordinates>^ value); }