←Select platform

IccFunctionsType Enumeration

Summary
Flags that indicate which function type to be used in the parametricCurveType tag type.
Syntax
C#
C++/CLI
Python
public enum IccFunctionsType 
public enum class IccFunctionsType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class IccFunctionsType(Enum): 
   Function4Bytes = 0 
   Function12Bytes = 1 
   Function16Bytes = 2 
   Function20Bytes = 3 
   Function28Bytes = 4 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.