The members of Android.Hardware.Camera2.Params.TonemapCurve are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new immutable TonemapCurve instance. |
const | LevelBlack | float (0). Lower bound tonemap value corresponding to pure black for a single color channel. |
const | LevelWhite | float (1). Upper bound tonemap value corresponding to a pure white for a single color channel. |
const | PointSize | int (2). Number of elements in a (Pin, Pout) point; |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CopyColorCurve(Android.Graphics.Color, float[], int)Copy the color curve for a single color channel from this tonemap curve into the destination. | ||
GetPoint(Android.Graphics.Color, int)Get the point for a color channel at a specified index. | ||
GetPointCount(Android.Graphics.Color)Get the number of points stored in this tonemap curve for the specified color channel. |