ImageAttributes.SetOutputChannelColorProfile

SetOutputChannelColorProfile(string)

기본 범주에 대한 출력 채널 색상 프로필 파일을 설정합니다.

public void SetOutputChannelColorProfile(string colorProfileFilename)
모수유형설명
colorProfileFilenameString색상 프로파일 파일의 경로 이름. 색상 프로파일 파일이 %SystemRoot%\System32\Spool\Drivers\Color 디렉토리에 있는 경우, 이 매개변수는 파일 이름일 수 있습니다. 그렇지 않으면 이 매개변수는 완전한 경로 이름이어야 합니다.

또한보십시오


SetOutputChannelColorProfile(string, ColorAdjustType)

지정된 범주에 대한 출력 채널 색상 프로필 파일을 설정합니다.

public void SetOutputChannelColorProfile(string colorProfileFilename, ColorAdjustType type)
모수유형설명
colorProfileFilenameString색상 프로파일 파일의 경로 이름. 색상 프로파일 파일이 %SystemRoot%\System32\Spool\Drivers\Color 디렉토리에 있는 경우, 이 매개변수는 파일 이름일 수 있습니다. 그렇지 않으면 이 매개변수는 완전한 경로 이름이어야 합니다.
typeColorAdjustType의 요소ColorAdjustType 출력 채널 색상 프로파일 파일이 설정된 category 를 지정합니다.

또한보십시오