Configuration.ColorModeHdrYes フィールド

定義

注意事項

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_YES", 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 ColorModeHdrYes = 8;
[<Android.Runtime.Register("COLOR_MODE_HDR_YES", 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 ColorModeHdrYes : Android.Content.Res.ColorMode

フィールド値

Value = 8

実装

属性

注釈

#colorMode定数: #COLOR_MODE_HDR_MASK 画面が HDR (動的範囲) であることを示す値。

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

の Java ドキュメント android.content.res.Configuration.COLOR_MODE_HDR_YES

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

適用対象