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 屬性授權中所述的詞彙使用。