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
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