言語

SurfaceControl.Transaction.SetExtendedRangeBrightness メソッド

定義

指定したサーフェスの現在の明るさと必要な拡張範囲の明るさを設定します。

[Android.Runtime.Register("setExtendedRangeBrightness", "(Landroid/view/SurfaceControl;FF)Landroid/view/SurfaceControl$Transaction;", "GetSetExtendedRangeBrightness_Landroid_view_SurfaceControl_FFHandler", ApiSince=34)]
public virtual Android.Views.SurfaceControl.Transaction SetExtendedRangeBrightness(Android.Views.SurfaceControl sc, float currentBufferRatio, float desiredRatio);
[<Android.Runtime.Register("setExtendedRangeBrightness", "(Landroid/view/SurfaceControl;FF)Landroid/view/SurfaceControl$Transaction;", "GetSetExtendedRangeBrightness_Landroid_view_SurfaceControl_FFHandler", ApiSince=34)>]
abstract member SetExtendedRangeBrightness : Android.Views.SurfaceControl * single * single -> Android.Views.SurfaceControl.Transaction
override this.SetExtendedRangeBrightness : Android.Views.SurfaceControl * single * single -> Android.Views.SurfaceControl.Transaction

パラメーター

sc
SurfaceControl

sc に使用される Android.Views.SurfaceControl 値。

currentBufferRatio
Single

現在のバッファー比率に使用される System.Single 値。

desiredRatio
Single

目的の比率に使用される System.Single 値。

返品

設定された拡張範囲の明るさ操作の結果。

属性

注釈

詳細については、android.view.SurfaceControl.Transaction.setExtendedRangeBrightness の Android リファレンス ドキュメントを参照してください。

android.view.SurfaceControl.Transaction.setExtendedRangeBrightness のJavaドキュメント。

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

適用対象