LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorRootName Property
See Also 
Leadtools.ColorConversion Namespace > IccNamedColor2Data Structure : ColorRootName Property



Gets or sets the color root name.

Syntax

Visual Basic (Declaration) 
Public Property ColorRootName As Byte()
Visual Basic (Usage)Copy Code
Dim instance As IccNamedColor2Data
Dim value() As Byte
 
instance.ColorRootName = value
 
value = instance.ColorRootName
C# 
public byte[] ColorRootName {get; set;}
C++/CLI 
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also