DisplayInformation.GetColorProfileAsync 方法

定义

异步获取与物理显示器关联的国际颜色联盟 (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 颜色配置文件的签名不匹配,则异步操作将失败。 此外,并非所有设备系列都支持返回显示器的颜色配置文件;目前只有桌面设备系列实现此 API。

应用程序应捕获此 API 引发的任何异常。 在这些情况下,没有与显示器关联的有效 ICC 颜色配置文件,应用应通过假定默认颜色空间(如 sRGB)来处理此问题。

适用于