LensShadingMap.GetGainFactorVector(Int32, Int32) Method

Definition

Get a gain factor vector from this lens shading map by its row and column.

[Android.Runtime.Register("getGainFactorVector", "(II)Landroid/hardware/camera2/params/RggbChannelVector;", "")]
public Android.Hardware.Camera2.Params.RggbChannelVector? GetGainFactorVector (int column, int row);
[<Android.Runtime.Register("getGainFactorVector", "(II)Landroid/hardware/camera2/params/RggbChannelVector;", "")>]
member this.GetGainFactorVector : int * int -> Android.Hardware.Camera2.Params.RggbChannelVector

Parameters

column
Int32

within the range [0, #getColumnCount)

row
Int32

within the range [0, #getRowCount)

Returns

an RggbChannelVector where each gain factor >= #MINIMUM_GAIN_FACTOR

Attributes

Exceptions

if any of the parameters was out of range

Remarks

Get a gain factor vector from this lens shading map by its row and column.

The rows must be within the range [0, #getRowCount), the column must be within the range [0, #getColumnCount).

Java documentation for android.hardware.camera2.params.LensShadingMap.getGainFactorVector(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also