LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Illuminant Property
See Also 
Leadtools.ColorConversion Namespace > IccHeader Structure : Illuminant Property



Gets or sets the illuminant used for the PCS.

Syntax

Visual Basic (Declaration) 
Public Property Illuminant As IccXyzNumber
Visual Basic (Usage)Copy Code
Dim instance As IccHeader
Dim value As IccXyzNumber
 
instance.Illuminant = value
 
value = instance.Illuminant
C# 
public IccXyzNumber Illuminant {get; set;}
C++/CLI 
public:
property IccXyzNumber Illuminant {
   IccXyzNumber get();
   void set (    IccXyzNumber value);
}

Property Value

IccXyzNumber structure that indicates the CIEXYZ values of the illuminant used for the profile connection space.For the Illuminant member, the only illuminant permitted for the profile connection space is D50 (where X=0.9642; Y=1.0 and z=0.8249).

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also