TonemapCurve.GetPointCount メソッド

定義

オーバーロード

GetPointCount(Color)

指定したカラー チャネルのこのトーンマップ 曲線に格納されているポイントの数を取得します。

GetPointCount(Int32)

GetPointCount(Color)

指定したカラー チャネルのこのトーンマップ 曲線に格納されているポイントの数を取得します。

[Android.Runtime.Register("getPointCount", "(I)I", "")]
public int GetPointCount (Android.Graphics.Color colorChannel);
[<Android.Runtime.Register("getPointCount", "(I)I", "")>]
member this.GetPointCount : Android.Graphics.Color -> int

パラメーター

colorChannel
Color

#CHANNEL_GREEN、 のいずれか#CHANNEL_RED#CHANNEL_BLUE

戻り値

その色の曲線に対してこのトーンマップに格納されているポイントの数 (>= 0)

属性

例外

が範囲外の場合colorChannel

注釈

指定したカラー チャネルのこのトーンマップ 曲線に格納されているポイントの数を取得します。

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

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

GetPointCount(Int32)

public int GetPointCount (int colorChannel);
member this.GetPointCount : int -> int

パラメーター

colorChannel
Int32

戻り値

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象