다음을 통해 공유


DisplayInformation.GetColorProfileAsync 메서드

정의

물리적 디스플레이와 연결된 기본 ICC(International Color Consortium) 색 프로필을 비동기적으로 검색합니다.

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 색 프로필의 서명과 일치하지 않는 경우 를 반환 null 합니다.

디스플레이와 연결된 유효한 ICC 색 프로필이 없는 경우 앱은 sRGB와 같은 기본 색 공간을 가정하여 이를 처리해야 합니다.

적용 대상