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 を通信したり、hdr 範囲を示す android.view.SurfaceControl.Transaction#setExtendedRangeBrightness(SurfaceControl, float, float) と組み合わせて使用できます。

浮動小数点ピクセル形式と #STANDARD_BT709 で使用する場合、[0.0 - 1.0] は標準の sRGB 空間であり、[0.0 - 1.0] の範囲外の値は sRGB 色域外の色をエンコードできます。 [-0.5, 7.5] は標準の scRGB 範囲です。 1 つのディスプレイで複数のデータスペースをブレンド/マージするために使用されます。

android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKEの時点では、これはandroid.view.SurfaceControl.Transaction#setExtendedRangeBrightness(SurfaceControl, float, float)HardwareBuffer#RGBA_8888HardwareBuffer#RGBA_1010102などの他の形式と組み合わせて、可変のHDR輝度範囲を通信することができます

Javaドキュメント。

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

適用対象