Android.Hardware.Camera2.Params.TonemapCurve.GetPoint Method
Get the point for a color channel at a specified index.

Syntax

[Android.Runtime.Register("getPoint", "(II)Landroid/graphics/PointF;", "")]
public Android.Graphics.PointF GetPoint (Android.Graphics.Color colorChannel, int index)

See Also

TonemapCurve.LevelBlack
TonemapCurve.LevelWhite

Parameters

colorChannel
TonemapCurve.CHANNEL_RED, TonemapCurve.CHANNEL_GREEN, or TonemapCurve.CHANNEL_BLUE
index
at least 0 but no greater than getPointCount(colorChannel)

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif colorChannel or index was out of range

Remarks

Get the point for a color channel at a specified index.

The index must be at least 0 but no greater than TonemapCurve.GetPointCount(Android.Graphics.Color) for that colorChannel.

All returned coordinates in the point are between the range of [TonemapCurve.LevelBlack, TonemapCurve.LevelWhite].

[Android Documentation]

Requirements

Namespace: Android.Hardware.Camera2.Params
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0