DataSpace.StandardBt2020ConstantLuminance フィールド

定義

注意事項

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

線形ドメインを使用した RGB 変換KB = 0.0593、調整されていないKR = 0.2627を使用します。

[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

フィールド値

Value = 458752
属性

注釈

線形ドメインを使用した RGB 変換KB = 0.0593、調整されていないKR = 0.2627を使用します。

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ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象