共用方式為


DataSpace.DataspaceScrgb 欄位

定義

警告

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

scRGB gamma 編碼。

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

欄位值

Value = 411107328
屬性

備註

scRGB gamma 編碼。

由下列項目組成 -

Primaries: STANDARD_BT709
              Transfer: TRANSFER_SRGB
              Range: RANGE_EXTENDED

這些值是浮點數。

圖元值 1.0、1.0、1.0 對應至 80 nits 的 sRGB 白色 (D65)。 超出範圍 [0.0 - 1.0] 的值會對應至其他色彩空格和/或 HDR 內容。

android.hardware.DataSpace.DATASPACE_SCRGBJava 檔。

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

適用於