BlackLevelPattern.GetOffsetForIndex(Int32, Int32) 方法

定义

将给定索引的颜色通道偏移量返回到原始像素值的数组中。

[Android.Runtime.Register("getOffsetForIndex", "(II)I", "")]
public int GetOffsetForIndex(int column, int row);
[<Android.Runtime.Register("getOffsetForIndex", "(II)I", "")>]
member this.GetOffsetForIndex : int * int -> int

参数

column
Int32

原始像素数组中的列索引。

row
Int32

原始像素数组中的行索引。

返回

颜色通道偏移量。

属性

例外

如果给定的列或行为负数,

注解

将给定索引的颜色通道偏移量返回到原始像素值的数组中。

Java文档android.hardware.camera2.params.BlackLevelPattern.getOffsetForIndex(int, int)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于