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 ) |
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.
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