Android.Hardware.Camera2.Params.TonemapCurve Members

The members of Android.Hardware.Camera2.Params.TonemapCurve are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a new immutable TonemapCurve instance.

Public Fields

const
LevelBlackfloat (0). Lower bound tonemap value corresponding to pure black for a single color channel.
const
LevelWhitefloat (1). Upper bound tonemap value corresponding to a pure white for a single color channel.
const
PointSizeint (2). Number of elements in a (Pin, Pout) point;

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

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) : Android.Graphics.PointF
Get the point for a color channel at a specified index.
GetPointCount(Android.Graphics.Color) : int
Get the number of points stored in this tonemap curve for the specified color channel.