共用方式為


ImageAttributes.ClearOutputChannelColorProfile 方法

定義

清除輸出色頻色彩設定檔的設定。

多載

ClearOutputChannelColorProfile(ColorAdjustType)

清除指定分類之輸出色頻色彩設定檔的設定。

ClearOutputChannelColorProfile()

清除預設分類之輸出色頻色彩設定檔的設定。

ClearOutputChannelColorProfile(ColorAdjustType)

來源:
ImageAttributes.cs
來源:
ImageAttributes.cs
來源:
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()

來源:
ImageAttributes.cs
來源:
ImageAttributes.cs
來源:
ImageAttributes.cs

清除預設分類之輸出色頻色彩設定檔的設定。

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

備註

對象會維護五個 ImageAttributes 調整類別的色彩和灰階設定:預設、位圖、筆刷、畫筆和文字。 例如,您可以指定預設類別的輸出通道配置檔,以及點陣圖類別的不同輸出通道配置檔。

默認色彩調整和灰階調整設定會套用至沒有自己調整設定的所有類別。 例如,如果您從未指定位圖類別的任何調整設定,則預設設定會套用至位圖類別。

適用於