DataSpace.RangeFull フィールド

定義

注意事項

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

フル レンジでは、 0 から 2^b-1まで、Y、Cb、Cr のすべての値が使用されます。ここで、b はカラー形式のビット深度です。

[Android.Runtime.Register("RANGE_FULL", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceRange enum directly instead of this field.", true)]
public const Android.Hardware.DataSpaceRange RangeFull = 134217728;
[<Android.Runtime.Register("RANGE_FULL", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceRange enum directly instead of this field.", true)>]
val mutable RangeFull : Android.Hardware.DataSpaceRange

フィールド値

Value = 134217728
属性

注釈

フル レンジでは、 0 から 2^b-1まで、Y、Cb、Cr のすべての値が使用されます。ここで、b はカラー形式のビット深度です。

Javaドキュメント。

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

適用対象