LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ChannelsCount Property

Show in webframe





Gets or sets the number of channels.
Syntax
public ushort ChannelsCount {get; set;}
'Declaration
 
Public Property ChannelsCount As UShort
'Usage
 
Dim instance As IccResponseCurve
Dim value As UShort
 
instance.ChannelsCount = value
 
value = instance.ChannelsCount

            

            
public:
property ushort ChannelsCount {
   ushort get();
   void set (    ushort value);
}

Property Value

Non-negative value that indicates the number of channels.
Requirements

Target Platforms

See Also

Reference

IccResponseCurve Structure
IccResponseCurve Members

 

 


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