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



Gets or sets the named color's PCS coordinates.

Syntax

Visual Basic (Declaration) 
Public Property ColorPcsCoordinates As UShort()
Visual Basic (Usage)Copy Code
Dim instance As IccNamedColor2Data
Dim value() As UShort
 
instance.ColorPcsCoordinates = value
 
value = instance.ColorPcsCoordinates
C# 
public ushort[] ColorPcsCoordinates {get; set;}
C++/CLI 
public:
property array<ushort>^ ColorPcsCoordinates {
   array<ushort>^ get();
   void set (    array<ushort>^ value);
}

Property Value

An array that contains the named color's PCS encoding.

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