DataSpace.StandardBt709 フィールド

定義

注意事項

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

RGB 変換には、調整されていない KR = 0.2126輝度 KB = 0.0722 の解釈を使用します。

[Android.Runtime.Register("STANDARD_BT709", 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 StandardBt709 = 65536;
[<Android.Runtime.Register("STANDARD_BT709", 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 StandardBt709 : Android.Hardware.DataSpaceStandard

フィールド値

Value = 65536
属性

注釈

RGB 変換には、調整されていない KR = 0.2126輝度 KB = 0.0722 の解釈を使用します。

Primaries:       x       y
             green           0.300   0.600
             blue            0.150   0.060
             red             0.640   0.330
             white (D65)     0.3127  0.3290 

android.hardware.DataSpace.STANDARD_BT709Java ドキュメント。

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

適用対象