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) トーンをマッピングするペア

属性

例外

またはindex範囲外の場合colorChannel

注釈

指定したインデックス位置にあるカラー チャネルのポイントを取得します。

インデックスは少なくとも 0 である必要がありますが、それcolorChannel以上#getPointCount(int)である必要があります。

ポイント内で返されるすべての座標は、[, #LEVEL_WHITE] の範囲の#LEVEL_BLACK間にあります。

の Java ドキュメントandroid.hardware.camera2.params.TonemapCurve.getPoint(int, int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 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 オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象