←Select platform

IccXyzNumber Constructor

Summary
Initializes a new IccXyzNumber with explicit parameters.
Syntax
C#
C++/CLI
Python
public IccXyzNumber( 
   int x, 
   int y, 
   int z 
) 
public: 
IccXyzNumber(  
   int x, 
   int y, 
   int z 
) 
__init__(self,x,y,z) # Overloaded constructor 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

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