←Select platform

IccFunctionsType Enumeration

Summary

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

Syntax

C#
VB
C++
public enum IccFunctionsType 
  
Public Enum IccFunctionsType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class IccFunctionsType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0Function4BytesY = X^(gamma)
1Function12BytesY = (aX + b)^(gamma) , (X >= -b/a) Y = 0 , (X < -b/a)
2Function16BytesY = (aX + b)^(gamma) + c , (X >= -b/a) Y = c , (X < -b/a)
3Function20BytesY = (aX + b)^(gamma) , (X >= -b/a) Y = cX , (X < -b/a)
4Function28BytesY = (aX + b)^(gamma) + e , (X >= -b/a) Y = (cX + f) , (X < -b/a)
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly