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
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) |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document