次の方法で共有


DataSpace.StandardBt2020ConstantLuminance Field

Definition

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.2627, KB = 0.0593 luminance interpretation for RGB conversion using the linear domain.

[Android.Runtime.Register("STANDARD_BT2020_CONSTANT_LUMINANCE", 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 StandardBt2020ConstantLuminance = 458752;
[<Android.Runtime.Register("STANDARD_BT2020_CONSTANT_LUMINANCE", 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 StandardBt2020ConstantLuminance : Android.Hardware.DataSpaceStandard

Field Value

Value = 458752
Attributes

Remarks

Use the unadjusted KR = 0.2627, KB = 0.0593 luminance interpretation for RGB conversion using the linear domain.

Primaries:       x       y
             green           0.170   0.797
             blue            0.131   0.046
             red             0.708   0.292
             white (D65)     0.3127  0.3290 

Java documentation for android.hardware.DataSpace.STANDARD_BT2020_CONSTANT_LUMINANCE.

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