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

Show in webframe

NamedColors Property






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

Error processing SSI file