DataSpace.RangeFull Field

Definition

Caution

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

Full range uses all values for Y, Cb and Cr from 0 to 2^b-1, where b is the bit depth of the color format.

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

Field Value

Value = 134217728
Attributes

Remarks

Full range uses all values for Y, Cb and Cr from 0 to 2^b-1, where b is the bit depth of the color format.

Java documentation for android.hardware.DataSpace.RANGE_FULL.

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