LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

NamedColors Property

Show in webframe





Gets or sets the named color's data.
Syntax
public IccNamedColor2Data[] NamedColors {get; set;}
'Declaration
 
Public Property NamedColors As IccNamedColor2Data()
'Usage
 
Dim instance As IccNamedColor2
Dim value() As IccNamedColor2Data
 
instance.NamedColors = value
 
value = instance.NamedColors

            

            
public:
property array<IccNamedColor2Data>^ NamedColors {
   array<IccNamedColor2Data>^ get();
   void set (    array<IccNamedColor2Data>^ value);
}

Property Value

IccNamedColor2Data structure that contains the named color's data.
Requirements

Target Platforms

See Also

Reference

IccNamedColor2 Structure
IccNamedColor2 Members

 

 


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