DataSpace.StandardBt470m 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.30, KB = 0.11 luminance interpretation for RGB conversion.

[Android.Runtime.Register("STANDARD_BT470M", 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 StandardBt470m = 524288;
[<Android.Runtime.Register("STANDARD_BT470M", 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 StandardBt470m : Android.Hardware.DataSpaceStandard

Field Value

Value = 524288
Attributes

Remarks

Use the unadjusted KR = 0.30, KB = 0.11 luminance interpretation for RGB conversion.

Primaries:       x      y
             green           0.21   0.71
             blue            0.14   0.08
             red             0.67   0.33
             white (C)       0.310  0.316 

Java documentation for android.hardware.DataSpace.STANDARD_BT470M.

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