DataSpace.DataspaceSrgbLinear 字段

定义

注意

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

sRGB 线性编码。

[Android.Runtime.Register("DATASPACE_SRGB_LINEAR", 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 DataspaceSrgbLinear = 138477568;
[<Android.Runtime.Register("DATASPACE_SRGB_LINEAR", 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 DataspaceSrgbLinear : Android.Hardware.DataSpaceType

字段值

Value = 138477568
属性

注解

sRGB 线性编码。

由以下内容组成 -

Primaries: STANDARD_BT709
              Transfer: TRANSFER_LINEAR
              Range: RANGE_FULL

对于所有组件,这些值都使用全范围([0,255](对于 8 位)进行编码。

适用于 . 的 android.hardware.DataSpace.DATASPACE_SRGB_LINEARJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于