DataSpace.DataspaceScrgbLinear Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Hardware.DataSpaceType enum directly instead of this field.
scRGB linear encoding.
[Android.Runtime.Register("DATASPACE_SCRGB_LINEAR", 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 DataspaceScrgbLinear = 406913024;
[<Android.Runtime.Register("DATASPACE_SCRGB_LINEAR", 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 DataspaceScrgbLinear : Android.Hardware.DataSpaceType
Field Value
Value = 406913024- Attributes
Remarks
scRGB linear encoding.
Composed of the following -
Primaries: STANDARD_BT709
Transfer: TRANSFER_LINEAR
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_LINEAR
.
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.