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)
トーンをマッピングするペア
- 属性
例外
または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 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。