LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Y Property

Show in webframe





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

            

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

Property Value

A value that represents the Y 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.