←Select platform

IccXyzNumber Constructor

Summary
Initializes a new IccXyzNumber with explicit parameters.
Syntax
C#
VB
C++
public IccXyzNumber( 
   int x, 
   int y, 
   int z 
) 
  
Public Function New( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer, _ 
   ByVal z As Integer _ 
) 
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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.