Freigeben über


DataSpace.StandardAdobeRgb Field

Definition

Caution

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

Adobe RGB primaries.

[Android.Runtime.Register("STANDARD_ADOBE_RGB", 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 StandardAdobeRgb = 720896;
[<Android.Runtime.Register("STANDARD_ADOBE_RGB", 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 StandardAdobeRgb : Android.Hardware.DataSpaceStandard

Field Value

Value = 720896
Attributes

Remarks

Adobe RGB primaries.

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

Java documentation for android.hardware.DataSpace.STANDARD_ADOBE_RGB.

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