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




absIlluminant
CIE 'absolute' XYZ values for illuminant (in which Y is in cd/m2).
absSurround
CIE 'absolute' XYZ values for surround (in which Y is in cd/m2).
illuminantType
A value that represents the illuminant type. For a list of possible values, refer to IccStandardIlluminantType.
Initializes a new IccViewCondition with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal absIlluminant As IccXyzNumber, _
   ByVal absSurround As IccXyzNumber, _
   ByVal illuminantType As IccStandardIlluminantType _
)
Visual Basic (Usage)Copy Code
Dim absIlluminant As IccXyzNumber
Dim absSurround As IccXyzNumber
Dim illuminantType As IccStandardIlluminantType
 
Dim instance As IccViewCondition(absIlluminant, absSurround, illuminantType)
Managed Extensions for C++ 
public: IccViewCondition( 
   IccXyzNumber absIlluminant,
   IccXyzNumber absSurround,
   IccStandardIlluminantType illuminantType
)
C++/CLI 
public:
IccViewCondition( 
   IccXyzNumber absIlluminant,
   IccXyzNumber absSurround,
   IccStandardIlluminantType illuminantType
)

Parameters

absIlluminant
CIE 'absolute' XYZ values for illuminant (in which Y is in cd/m2).
absSurround
CIE 'absolute' XYZ values for surround (in which Y is in cd/m2).
illuminantType
A value that represents the illuminant type. For a list of possible values, refer to IccStandardIlluminantType.

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