LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Illuminant Property (IccHeader)

Show in webframe





Gets or sets the illuminant used for the PCS.
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:
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

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


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