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

NamedColors Property






Gets or sets the named color's data. .NET support
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 IccNamedColor2Data[] NamedColors {get; set;}
 get_NamedColors();
set_NamedColors(value);
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: 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

IccNamedColor2 Structure
IccNamedColor2 Members

 

 


Products | Support | Contact Us | Copyright Notices

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