LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccXyzNumber Constructor (IccXyzNumber)

Show in webframe





A value that represents the X tristimulus value of an XYZ color space.
A value that represents the Y tristimulus value of an XYZ color space.
A value that represents the Z tristimulus value of an XYZ color space.
Initializes a new IccXyzNumber with explicit parameters.
Syntax
public IccXyzNumber( 
   int x,
   int y,
   int z
)
'Declaration
 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal z As Integer _
)
'Usage
 
Dim x As Integer
Dim y As Integer
Dim z As Integer
 
Dim instance As New IccXyzNumber(x, y, z)

            

            
public:
IccXyzNumber( 
   int x,
   int y,
   int z
)

Parameters

x
A value that represents the X tristimulus value of an XYZ color space.
y
A value that represents the Y tristimulus value of an XYZ color space.
z
A value that represents the Z 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.