Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccColorantsType Enumeration
See Also  
Leadtools.ColorConversion Namespace : IccColorantsType Enumeration



Flags that indicate which colorant and phosphore encoding to be used.

Syntax

Visual Basic (Declaration) 
Public Enum IccColorantsType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As IccColorantsType
C# 
public enum IccColorantsType : Enum 
C++/CLI 
public enum class IccColorantsType : public Enum 

Members

MemberDescription
UnknownColorant Unknown colorant.
ITU_R_BT709 ITU-R BT.709 colorant.
SMPTE_RP145_1994 SMPTE RP145-1994 colorant.
EBU_TECH3213_E EBU Tech.3213-E colorant.
P22 P22 colorant.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ColorConversion.IccColorantsType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also