Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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 
Managed Extensions for C++ 
__value public enum IccFunctionsType : public 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 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