DataSpace.DataspaceScrgb Field

Definition

Caution

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

scRGB gamma encoding.

[Android.Runtime.Register("DATASPACE_SCRGB", 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 DataspaceScrgb = 411107328;
[<Android.Runtime.Register("DATASPACE_SCRGB", 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 DataspaceScrgb : Android.Hardware.DataSpaceType

Field Value

Value = 411107328
Attributes

Remarks

scRGB gamma encoding.

Composed of the following -

Primaries: STANDARD_BT709
              Transfer: TRANSFER_SRGB
              Range: RANGE_EXTENDED

The values are floating point.

A pixel value of 1.0, 1.0, 1.0 corresponds to sRGB white (D65) at 80 nits. Values beyond the range [0.0 - 1.0] would correspond to other colors spaces and/or HDR content.

Java documentation for android.hardware.DataSpace.DATASPACE_SCRGB.

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