LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

X Property

Show in webframe





Gets or sets the CIE X tristimulus value.
Syntax
public int X {get; set;}
'Declaration
 
Public Property X As Integer
'Usage
 
Dim instance As IccXyzNumber
Dim value As Integer
 
instance.X = value
 
value = instance.X

            

            
public:
property int X {
   int get();
   void set (    int value);
}

Property Value

A value that represents the X tristimulus value of an XYZ color space.
Requirements

Target Platforms

See Also

Reference

IccXyzNumber Structure
IccXyzNumber Members

 

 


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