Configuration.ColorModeHdrNo フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.Res.ColorMode enum directly instead of this field.

#colorMode定数: #COLOR_MODE_HDR_MASK 画面が HDR (低/標準のダイナミック レンジ) ではないことを示す値。

[Android.Runtime.Register("COLOR_MODE_HDR_NO", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.Res.ColorMode enum directly instead of this field.", true)]
public const Android.Content.Res.ColorMode ColorModeHdrNo = 4;
[<Android.Runtime.Register("COLOR_MODE_HDR_NO", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.Res.ColorMode enum directly instead of this field.", true)>]
val mutable ColorModeHdrNo : Android.Content.Res.ColorMode

フィールド値

Value = 4

実装

属性

注釈

#colorMode定数: #COLOR_MODE_HDR_MASK 画面が HDR (低/標準のダイナミック レンジ) ではないことを示す値。

リソース修飾子に -lowdr 対応します。

android.content.res.Configuration.COLOR_MODE_HDR_NOJava ドキュメント。

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

適用対象