ImageAttributes.ClearOutputChannelColorProfile 메서드

정의

출력 채널 색 프로필 설정을 지웁니다.

오버로드

ClearOutputChannelColorProfile(ColorAdjustType)

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

ClearOutputChannelColorProfile()

기본 범주에 대한 출력 채널 색 프로필 설정을 지웁니다.

ClearOutputChannelColorProfile(ColorAdjustType)

Source:
ImageAttributes.cs
Source:
ImageAttributes.cs
Source:
ImageAttributes.cs

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

public:
 void ClearOutputChannelColorProfile(System::Drawing::Imaging::ColorAdjustType type);
public void ClearOutputChannelColorProfile (System.Drawing.Imaging.ColorAdjustType type);
member this.ClearOutputChannelColorProfile : System.Drawing.Imaging.ColorAdjustType -> unit
Public Sub ClearOutputChannelColorProfile (type As ColorAdjustType)

매개 변수

type
ColorAdjustType

출력 채널 프로필 설정이 지워지는 범주를 지정하는 ColorAdjustType의 요소입니다.

설명

개체는 ImageAttributes 기본, 비트맵, 브러시, 펜 및 텍스트의 다섯 가지 조정 범주에 대한 색 및 회색조 설정을 유지합니다. 예를 들어 기본 범주의 출력 채널 프로필과 비트맵 범주에 대해 다른 출력 채널 프로필을 지정할 수 있습니다.

기본 색 조정 및 회색조 조정 설정은 자체 조정 설정이 없는 모든 범주에 적용됩니다. 예를 들어 비트맵 범주에 대한 조정 설정을 지정하지 않으면 기본 설정이 비트맵 범주에 적용됩니다.

특정 범주에 대한 색 조정 또는 회색조 조정 설정을 지정하는 즉시 기본 조정 설정이 해당 범주에 더 이상 적용되지 않습니다. 예를 들어 출력 채널 프로필과 기본 범주에 대한 조정 매트릭스를 지정한다고 가정합니다. 메서드를 호출 SetOutputChannelColorProfile 하여 비트맵 범주에 대한 출력 채널 프로필을 설정하는 경우 기본 출력 채널 프로필은 비트맵에 적용되지 않습니다. 나중에 메서드를 호출 ClearOutputChannelColorProfile 하여 비트맵 출력 채널 프로필을 지우면 비트맵 범주가 기본 출력 채널 프로필에 되돌리기 않습니다. 대신 비트맵 범주에는 출력 채널 프로필 설정이 없습니다. 마찬가지로 비트맵 범주는 기본 색 조정 행렬에 되돌리기 않고 비트맵 범주에는 색 조정 행렬이 없습니다.

적용 대상

ClearOutputChannelColorProfile()

Source:
ImageAttributes.cs
Source:
ImageAttributes.cs
Source:
ImageAttributes.cs

기본 범주에 대한 출력 채널 색 프로필 설정을 지웁니다.

public:
 void ClearOutputChannelColorProfile();
public void ClearOutputChannelColorProfile ();
member this.ClearOutputChannelColorProfile : unit -> unit
Public Sub ClearOutputChannelColorProfile ()

설명

개체는 ImageAttributes 기본, 비트맵, 브러시, 펜 및 텍스트의 다섯 가지 조정 범주에 대한 색 및 회색조 설정을 유지합니다. 예를 들어 기본 범주의 출력 채널 프로필과 비트맵 범주에 대해 다른 출력 채널 프로필을 지정할 수 있습니다.

기본 색 조정 및 회색조 조정 설정은 자체 조정 설정이 없는 모든 범주에 적용됩니다. 예를 들어 비트맵 범주에 대한 조정 설정을 지정하지 않으면 기본 설정이 비트맵 범주에 적용됩니다.

적용 대상