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

Leadtools.ColorConversion Assembly