Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
AbsIlluminant Property
See Also 
Leadtools.ColorConversion Namespace > IccViewCondition Structure : AbsIlluminant Property




Gets or sets the XYZ values for illuminant.

Syntax

Visual Basic (Declaration) 
Public Property AbsIlluminant As IccXyzNumber
Visual Basic (Usage)Copy Code
Dim instance As IccViewCondition
Dim value As IccXyzNumber
 
instance.AbsIlluminant = value
 
value = instance.AbsIlluminant
C# 
public IccXyzNumber AbsIlluminant {get; set;}
Managed Extensions for C++ 
public: __property IccXyzNumber get_AbsIlluminant();
public: __property void set_AbsIlluminant( 
   IccXyzNumber value
);
C++/CLI 
public:
property IccXyzNumber AbsIlluminant {
   IccXyzNumber get();
   void set (IccXyzNumber value);
}

Return Value

CIE 'absolute' XYZ values for illuminant (in which Y is in cd/m2).

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