共用方式為


DataSpace.RangeExtended 欄位

定義

警告

This constant will be removed in the future version. Use Android.Hardware.DataSpaceRange enum directly instead of this field.

擴充範圍可與 FP16 搭配使用,以與 scRGB 或 通訊 android.view.SurfaceControl.Transaction#setExtendedRangeBrightness(SurfaceControl, float, float) 表示 HDR 範圍。

[Android.Runtime.Register("RANGE_EXTENDED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceRange enum directly instead of this field.", true)]
public const Android.Hardware.DataSpaceRange RangeExtended = 402653184;
[<Android.Runtime.Register("RANGE_EXTENDED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceRange enum directly instead of this field.", true)>]
val mutable RangeExtended : Android.Hardware.DataSpaceRange

欄位值

Value = 402653184
屬性

備註

擴充範圍可與 FP16 搭配使用,以與 scRGB 通訊,或與 android.view.SurfaceControl.Transaction#setExtendedRangeBrightness(SurfaceControl, float, float) 來表示 HDR 範圍。

與浮點圖元格式和 #STANDARD_BT709搭配使用時,[0.0 - 1.0] 是標準 sRGB 空間和範圍 [0.0 - 1.0] 以外的值可以編碼 sRGB 遊戲以外的色彩。 [-0.5, 7.5] 是標準 scRGB 範圍。 用來在單一顯示器上混合/合併多個數據空間。

android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE為此,可以與 android.view.SurfaceControl.Transaction#setExtendedRangeBrightness(SurfaceControl, float, float) 和其他格式結合,例如 HardwareBuffer#RGBA_8888HardwareBuffer#RGBA_1010102 來傳達可變 HDR 亮度範圍

android.hardware.DataSpace.RANGE_EXTENDEDJava 檔。

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

適用於