Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Y Property






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

Error processing SSI file