Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Channels Property






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

Error processing SSI file