The Lut type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
|
BuildEmpty |
Resets all LUT entries to zero. |
|
|
BuildFromArray |
Builds a LUT from specified array. |
|
|
BuildFromBitmapHistogram |
Builds a LUT which would make histogram of the specified bitmap as uniform as possible. |
|
|
BuildFromGamma |
Builds a LUT which makes the gamma correction. |
|
|
BuildFromSpline |
Builds LUT defined as a curve which passes specified set of points. |
|
|
BuildIdentical |
Builds an identical LUT, i.e. a LUT which does not modify the source image. |
|
|
BuildLinear |
Builds a LUT from linear function with given parameters. |
|
|
BuildStaircase |
Builds a LUT from a staircase function with a given number of steps. |
|
|
Clone |
Creates a full copy of this Lut object. |
|
|
Dispose |
Releases all resources used by this Lut. (Overrides LockableObject.Dispose().) |
|
|
Equals | (Inherited from Object.) |
|
|
GetEnumerator |
Returns an enumerator for the LUT entries allowing it to be used in foreach blocks. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |