LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ColorDeviceCoordinates Property

Show in webframe





Gets or sets the named color's device coordinates.
Syntax
public ushort[] ColorDeviceCoordinates {get; set;}
'Declaration
 
Public Property ColorDeviceCoordinates As UShort()
'Usage
 
Dim instance As IccNamedColor2Data
Dim value() As UShort
 
instance.ColorDeviceCoordinates = value
 
value = instance.ColorDeviceCoordinates

            

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

Property Value

Array that contains name color's device coordinates.
Requirements

Target Platforms

See Also

Reference

IccNamedColor2Data Structure
IccNamedColor2Data Members

 

 


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