Android.Hardware.Camera2.Params.LensShadingMap.CopyGainFactors Method
Copy all gain factors in row-major order from this lens shading map into the destination.

Syntax

[Android.Runtime.Register("copyGainFactors", "([FI)V", "")]
public void CopyGainFactors (float[] destination, int offset)

Parameters

destination
an array big enough to hold at least RggbChannelVector.Count elements after the offset
offset
a non-negative offset into the array

Exceptions

TypeReason
Java.Lang.NullPointerExceptionIf destination was null
Java.Lang.IllegalArgumentExceptionIf offset was negative
Java.Lang.ArrayIndexOutOfBoundsExceptionIf there's not enough room to write the elements at the specified destination and offset.

Remarks

Copy all gain factors in row-major order from this lens shading map into the destination.

Each gain factor will be >= LensShadingMap.MinimumGainFactor.

[Android Documentation]

Requirements

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