Freigeben über


DataSpace.DataspaceSrgb Field

Definition

Caution

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

sRGB gamma encoding.

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

Field Value

Value = 142671872
Attributes

Remarks

sRGB gamma encoding.

Composed of the following -

Primaries: STANDARD_BT709
              Transfer: TRANSFER_SRGB
              Range: RANGE_FULL

When written, the inverse transformation is performed.

The alpha component, if present, is always stored in linear space and is left unmodified when read or written.

Java documentation for android.hardware.DataSpace.DATASPACE_SRGB.

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