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 属性许可证中所述的术语使用。

适用于