Share via


DataSpace.StandardBt601525Unadjusted 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.212, KB = 0.087 luminance interpretation for RGB conversion (as in SMPTE 240M).

[Android.Runtime.Register("STANDARD_BT601_525_UNADJUSTED", 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 StandardBt601525Unadjusted = 327680;
[<Android.Runtime.Register("STANDARD_BT601_525_UNADJUSTED", 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 StandardBt601525Unadjusted : Android.Hardware.DataSpaceStandard

Field Value

Value = 327680
Attributes

Remarks

Use the unadjusted KR = 0.212, KB = 0.087 luminance interpretation for RGB conversion (as in SMPTE 240M).

Primaries:       x       y
             green           0.310   0.595
             blue            0.155   0.070
             red             0.630   0.340
             white (D65)     0.3127  0.3290 

Java documentation for android.hardware.DataSpace.STANDARD_BT601_525_UNADJUSTED.

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