LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Illuminant Property (IccHeader)






Gets or sets the illuminant used for the PCS. .NET support
Syntax
public IccXyzNumber Illuminant {get; set;}
'Declaration
 
Public Property Illuminant As IccXyzNumber
'Usage
 
Dim instance As IccHeader
Dim value As IccXyzNumber
 
instance.Illuminant = value
 
value = instance.Illuminant
public IccXyzNumber Illuminant {get; set;}
 get_Illuminant();
set_Illuminant(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.