DataSpace.StandardBt470m フィールド

定義

注意事項

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

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

[Android.Runtime.Register("STANDARD_BT470M", 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 StandardBt470m = 524288;
[<Android.Runtime.Register("STANDARD_BT470M", 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 StandardBt470m : Android.Hardware.DataSpaceStandard

フィールド値

Value = 524288
属性

注釈

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

Primaries:       x      y
             green           0.21   0.71
             blue            0.14   0.08
             red             0.67   0.33
             white (C)       0.310  0.316 

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

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

適用対象