Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccXyzNumber Structure
See Also  Members  
Leadtools.ColorConversion Namespace : IccXyzNumber Structure




Contains three fixed signed quantities used to encode CIEXYZ tristimulus values.

Syntax

Visual Basic (Declaration) 
Public Structure IccXyzNumber 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As IccXyzNumber
C# 
public struct IccXyzNumber : ValueType 
Managed Extensions for C++ 
public __value struct IccXyzNumber : public ValueType 
C++/CLI 
public value class IccXyzNumber : public ValueType 

Example

For an example, refer to IccXyzTagType.

Remarks

  • All Xyz numbers (other than those specifying luminance) shall be linearly scaled such that Y is specified over the range of 0 to 1.0.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.IccXyzNumber

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also