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

Show in webframe

ColorRootName Property






Gets or sets the color root name.
Syntax
public byte[] ColorRootName {get; set;}
'Declaration
 
Public Property ColorRootName As Byte()
'Usage
 
Dim instance As IccNamedColor2Data
Dim value() As Byte
 
instance.ColorRootName = value
 
value = instance.ColorRootName

            

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

Property Value

An array that contains the color root name (32-byte field including null termination).
Requirements

Target Platforms

See Also

Reference

IccNamedColor2Data Structure
IccNamedColor2Data Members

Error processing SSI file