共用方式為


TonemapCurve.GetPoint 方法

定義

多載

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) 對應該索引的音調

屬性

例外狀況

如果 colorChannelindex 超出範圍

備註

取得指定索引處之色板的點。

索引必須至少為 0,但不能大於 #getPointCount(int)colorChannel

點中的所有傳回座標都在 [#LEVEL_BLACK#LEVEL_WHITE] 的範圍之間。

android.hardware.camera2.params.TonemapCurve.getPoint(int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

另請參閱

適用於

GetPoint(Int32, Int32)

public Android.Graphics.PointF? GetPoint (int colorChannel, int index);
member this.GetPoint : int * int -> Android.Graphics.PointF

參數

colorChannel
Int32
index
Int32

傳回

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於