Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccXyzNumber Constructor
See Also 
Leadtools.ColorConversion Namespace > IccXyzNumber Structure : IccXyzNumber Constructor




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.
Initializes a new IccXyzNumber with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal z As Integer _
)
Visual Basic (Usage)Copy Code
Dim x As Integer
Dim y As Integer
Dim z As Integer
 
Dim instance As IccXyzNumber(x, y, z)
C# 
public IccXyzNumber( 
   int x,
   int y,
   int z
)
Managed Extensions for C++ 
public: IccXyzNumber( 
   int x,
   int y,
   int z
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also