語言

SurfaceControl.Transaction.SetLuts(SurfaceControl, DisplayLuts) 方法

定義

設定用於呈現指定表面內容的顯示查找表。

[Android.Runtime.Register("setLuts", "(Landroid/view/SurfaceControl;Landroid/hardware/DisplayLuts;)Landroid/view/SurfaceControl$Transaction;", "GetSetLuts_Landroid_view_SurfaceControl_Landroid_hardware_DisplayLuts_Handler", ApiSince=36)]
public virtual Android.Views.SurfaceControl.Transaction SetLuts(Android.Views.SurfaceControl sc, Android.Hardware.DisplayLuts? displayLuts);
[<Android.Runtime.Register("setLuts", "(Landroid/view/SurfaceControl;Landroid/hardware/DisplayLuts;)Landroid/view/SurfaceControl$Transaction;", "GetSetLuts_Landroid_view_SurfaceControl_Landroid_hardware_DisplayLuts_Handler", ApiSince=36)>]
abstract member SetLuts : Android.Views.SurfaceControl * Android.Hardware.DisplayLuts -> Android.Views.SurfaceControl.Transaction
override this.SetLuts : Android.Views.SurfaceControl * Android.Hardware.DisplayLuts -> Android.Views.SurfaceControl.Transaction

參數

sc
SurfaceControl

用於 sc. 的 Android.Views.SurfaceControl 值。

displayLuts
DisplayLuts

用於顯示LUT的Android.Hardware.DisplayLuts值。

傳回

這是 set luts 運算的結果。

屬性

備註

詳情請參閱 android 參考文件中的 android.view.SurfaceControl.Transaction.setLuts。

android.view.SurfaceControl.Transaction.setLuts 的 Java 文件。

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

適用於