LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccFunctionsType Enumeration






Flags that indicate which function type to be used in the parametricCurveType tag type. .NET support
Syntax
'Declaration
 
Public Enum IccFunctionsType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As IccFunctionsType
public enum IccFunctionsType : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ColorConversion.IccFunctionsType = function() { };
Leadtools.ColorConversion.IccFunctionsType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class IccFunctionsType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
Function12BytesY = (aX + b)^(gamma) , (X >= -b/a) Y = 0 , (X < -b/a)
Function16BytesY = (aX + b)^(gamma) + c , (X >= -b/a) Y = c , (X < -b/a)
Function20BytesY = (aX + b)^(gamma) , (X >= -b/a) Y = cX , (X < -b/a)
Function28BytesY = (aX + b)^(gamma) + e , (X >= -b/a) Y = (cX + f) , (X < -b/a)
Function4BytesY = X^(gamma)
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ColorConversion Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.