←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly