次の方法で共有


DataSpace.RangeFull フィールド

定義

注意事項

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

全範囲では、Y、Cb、Cr のすべての値を から 02^b-1使用します。ここで、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
属性

注釈

全範囲では、Y、Cb、Cr のすべての値を から 02^b-1使用します。ここで、b は色形式のビット深度です。

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

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

適用対象