Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also