DataSpace.StandardFilm 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.DataSpaceStandard enum directly instead of this field.
Use the unadjusted KR = 0.254
, KB = 0.068
luminance interpretation
for RGB conversion.
[Android.Runtime.Register("STANDARD_FILM", 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 StandardFilm = 589824;
[<Android.Runtime.Register("STANDARD_FILM", 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 StandardFilm : Android.Hardware.DataSpaceStandard
Field Value
Value = 589824- Attributes
Remarks
Use the unadjusted KR = 0.254
, KB = 0.068
luminance interpretation for RGB conversion.
Primaries: x y
green 0.243 0.692
blue 0.145 0.049
red 0.681 0.319
white (C) 0.310 0.316
Java documentation for android.hardware.DataSpace.STANDARD_FILM
.
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.