- colorChannel
- color channel from [R, Geven, Godd, B]
- column
- within the range [0, LensShadingMap.ColumnCount)
- row
- within the range [0, LensShadingMap.RowCount)
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if any of the parameters was out of range
Get a single color channel gain factor from this lens shading map by its row and column.
The rows must be within the range [0, LensShadingMap.RowCount), the column must be within the range [0, LensShadingMap.ColumnCount), and the color channel must be within the range [0, RggbChannelVector.Count).
The channel order is [R, Geven, Godd, B], where Geven is the green channel for the even rows of a Bayer pattern, and Godd is the odd rows.