TonemapCurve.GetPoint 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetPoint(Color, Int32) |
获取指定索引处的颜色通道的点。 |
GetPoint(Int32, Int32) |
GetPoint(Color, Int32)
获取指定索引处的颜色通道的点。
[Android.Runtime.Register("getPoint", "(II)Landroid/graphics/PointF;", "")]
public Android.Graphics.PointF? GetPoint (Android.Graphics.Color colorChannel, int index);
[<Android.Runtime.Register("getPoint", "(II)Landroid/graphics/PointF;", "")>]
member this.GetPoint : Android.Graphics.Color * int -> Android.Graphics.PointF
参数
- colorChannel
- Color
#CHANNEL_RED
、#CHANNEL_GREEN
或 #CHANNEL_BLUE
- index
- Int32
至少 0,但不大于 getPointCount(colorChannel)
返回
映射 (Pin, Pout)
该索引的音调的对
- 属性
例外
如果 colorChannel
或 index
已脱离范围
注解
获取指定索引处的颜色通道的点。
索引必须至少为 0,但不能大于 #getPointCount(int)
该 colorChannel
索引。
点中的所有返回坐标都在 [#LEVEL_BLACK
, #LEVEL_WHITE
] 的范围之间。
适用于 . 的 android.hardware.camera2.params.TonemapCurve.getPoint(int, int)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。