LensShadingMap.GetGainFactorVector(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.