DataSpace.StandardDciP3 字段

定义

注意

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

SMPTE EG 432-1 和 SMPTE RP 431-2。

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

字段值

Value = 655360
属性

注解

SMPTE EG 432-1 和 SMPTE RP 431-2。

Primaries:       x       y
             green           0.265   0.690
             blue            0.150   0.060
             red             0.680   0.320
             white (D65)     0.3127  0.3290 

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

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

适用于