LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ColorRootName Property

Show in webframe





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

 

 


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