共用方式為


Display.IsWideColorGamut 屬性

定義

傳回此顯示器是否可用來顯示寬色域內容。

public virtual bool IsWideColorGamut { [Android.Runtime.Register("isWideColorGamut", "()Z", "GetIsWideColorGamutHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isWideColorGamut", "()Z", "GetIsWideColorGamutHandler", ApiSince=26)>]
member this.IsWideColorGamut : bool

屬性值

屬性

備註

傳回此顯示器是否可用來顯示寬色域內容。 這不一定表示裝置本身可以轉譯寬色域內容。 若要確保可以產生寬色域內容,請參閱 Configuration#isScreenWideColorGamut()

android.view.Display.isWideColorGamut()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於