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



Flags that indicate which function type to be used in the parametricCurveType tag type.

Syntax

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

Members

MemberDescription
Function4Bytes Y = X^(gamma)
Function12Bytes Y = (aX + b)^(gamma) , (X >= -b/a) Y = 0 , (X < -b/a)
Function16Bytes Y = (aX + b)^(gamma) + c , (X >= -b/a) Y = c , (X < -b/a)
Function20Bytes Y = (aX + b)^(gamma) , (X >= -b/a) Y = cX , (X < -b/a)
Function28Bytes Y = (aX + b)^(gamma) + e , (X >= -b/a) Y = (cX + f) , (X < -b/a)

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ColorConversion.IccFunctionsType

Requirements

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

See Also