LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Channels Property






Gets or sets the IccChannelCoordinates structure. .NET support
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 IccChannelCoordinates[] Channels {get; set;}
 get_Channels();
set_Channels(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccChromaticity Structure
IccChromaticity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.