DisplayInformation.GetColorProfileAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式取得與實體顯示器相關聯的預設國際色彩聯盟 (ICC) 色彩設定檔。
public:
virtual IAsyncOperation<IRandomAccessStream ^> ^ GetColorProfileAsync() = GetColorProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStream> GetColorProfileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStream> GetColorProfileAsync();
function getColorProfileAsync()
Public Function GetColorProfileAsync () As IAsyncOperation(Of IRandomAccessStream)
傳回
管理色彩設定檔非同步擷取的物件。
- 屬性
備註
如果應用程式執行所在的電腦沒有實體顯示 (,非同步作業會失敗,例如,如果應用程式是透過遠端桌面連線) 執行、沒有與顯示器相關聯的色彩設定檔,或設定檔不符合 ICC 色彩設定檔的簽章。 此外,並非所有裝置系列都支援傳回顯示器的色彩設定檔;目前只有 Desktop 裝置系列會實作此 API。
應用程式應該攔截此 API 擲回的任何例外狀況。 在這些情況下,沒有與顯示器相關聯的有效 ICC 色彩設定檔,而且應用程式應該假設預設的色彩空間,例如 sRGB 來處理此情況。