LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Z Property

Show in webframe





Gets or sets the CIE Z tristimulus value.
Syntax
public int Z {get; set;}
'Declaration
 
Public Property Z As Integer
'Usage
 
Dim instance As IccXyzNumber
Dim value As Integer
 
instance.Z = value
 
value = instance.Z

            

            
public:
property int Z {
   int get();
   void set (    int value);
}

Property Value

A value that represents the Z tristimulus value of an XYZ color space.
Requirements

Target Platforms

See Also

Reference

IccXyzNumber Structure
IccXyzNumber Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.