다음을 통해 공유


DisplayInformation.GetColorProfile 메서드

정의

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

public:
 virtual IRandomAccessStream ^ GetColorProfile() = GetColorProfile;
IRandomAccessStream GetColorProfile();
public IRandomAccessStream GetColorProfile();
function getColorProfile()
Public Function GetColorProfile () As IRandomAccessStream

반환

물리적 디스플레이와 연결된 기본 ICC(International Color Consortium) 색 프로필입니다.

설명

메서드는 앱이 실행 중인 컴퓨터에 실제 디스플레이가 연결되어 있지 않거나(예: 앱이 원격 데스크톱 연결을 통해 실행되는 경우) 디스플레이와 연결된 색 프로필이 없거나 프로필이 ICC 색 프로필의 서명과 일치하지 않는 경우 를 반환 null 합니다.

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

적용 대상