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

See Also