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
|
Managed Extensions for C++ | |
---|
public: __property IccXyzNumber get_Illuminant();
public: __property void set_Illuminant(
IccXyzNumber value
); |
Return 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: 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