C#
VB
C++
Flags that indicate which function type to be used in the parametricCurveType tag type.
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
Value | Member | Description |
---|---|---|
0 | Function4Bytes | Y = X^(gamma) |
1 | Function12Bytes | Y = (aX + b)^(gamma) , (X >= -b/a) Y = 0 , (X < -b/a) |
2 | Function16Bytes | Y = (aX + b)^(gamma) + c , (X >= -b/a) Y = c , (X < -b/a) |
3 | Function20Bytes | Y = (aX + b)^(gamma) , (X >= -b/a) Y = cX , (X < -b/a) |
4 | Function28Bytes | Y = (aX + b)^(gamma) + e , (X >= -b/a) Y = (cX + f) , (X < -b/a) |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET