LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccXyzNumber Constructor (IccXyzNumber)






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. .NET support
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
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccXyzNumber Structure
IccXyzNumber Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.