Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal absIlluminant As IccXyzNumber, _ ByVal absSurround As IccXyzNumber, _ ByVal illuminantType As IccStandardIlluminantType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family