LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

ColorPcsCoordinates Property






Gets or sets the named color's PCS coordinates. .NET support
Syntax
public ushort[] ColorPcsCoordinates {get; set;}
'Declaration
 
Public Property ColorPcsCoordinates As UShort()
'Usage
 
Dim instance As IccNamedColor2Data
Dim value() As UShort
 
instance.ColorPcsCoordinates = value
 
value = instance.ColorPcsCoordinates
public ushort[] ColorPcsCoordinates {get; set;}
 get_ColorPcsCoordinates();
set_ColorPcsCoordinates(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccNamedColor2Data Structure
IccNamedColor2Data Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.