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




Contains viewing conditions data assumed for the media for which the profile is defined.

Object Model



Syntax

Visual Basic (Declaration) 
Public Structure IccViewCondition 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As IccViewCondition
C# 
public struct IccViewCondition : ValueType 
Managed Extensions for C++ 
public __value struct IccViewCondition : public ValueType 
C++/CLI 
public value class IccViewCondition : public ValueType 

Example

For an example, refer to IccViewingConditionsTagType.

Remarks

  • The viewing condition described in this tag is the actual viewing condition assumed for the media for which the profile is defined, specified in CIE 'absolute' units. Note that the luminanceTag must be the same as the Y value given in this tag.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.IccViewCondition

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