DataSpace.StandardBt709 Field

Definition

Caution

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

Use the unadjusted KR = 0.2126, KB = 0.0722 luminance interpretation for RGB conversion.

[Android.Runtime.Register("STANDARD_BT709", 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 StandardBt709 = 65536;
[<Android.Runtime.Register("STANDARD_BT709", 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 StandardBt709 : Android.Hardware.DataSpaceStandard

Field Value

Value = 65536
Attributes

Remarks

Use the unadjusted KR = 0.2126, KB = 0.0722 luminance interpretation for RGB conversion.

Primaries:       x       y
             green           0.300   0.600
             blue            0.150   0.060
             red             0.640   0.330
             white (D65)     0.3127  0.3290 

Java documentation for android.hardware.DataSpace.STANDARD_BT709.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to