Android.Hardware.Camera2.Params.LensShadingMap Members

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

See Also: Inherited members from Java.Lang.Object

Public Fields

const
MinimumGainFactorfloat (1). The smallest gain factor in this map.

Public Properties

[read-only]
ColumnCountint. Get the number of columns in this map.
[read-only]
GainFactorCountint. Get the total number of gain factors in this map.
[read-only]
RowCountint. Get the number of rows in this map.

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

CopyGainFactors(float[], int)
Copy all gain factors in row-major order from this lens shading map into the destination.
GetGainFactor(Android.Graphics.Color, int, int) : float
Get a single color channel gain factor from this lens shading map by its row and column.
GetGainFactorVector(int, int) : RggbChannelVector
Get a gain factor vector from this lens shading map by its row and column.