LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Channels Property

Show in webframe





Gets or sets the IccChannelCoordinates structure.
Syntax
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);
}

Property Value

IccChannelCoordinates structure that contains the CIE xy coordinate values of channels.
Requirements

Target Platforms

See Also

Reference

IccChromaticity Structure
IccChromaticity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.