ImageAttributes::ClearOutputChannel 方法 (gdiplusimageattributes.h)

ImageAttributes::ClearOutputChannel 方法清除指定类别的 cyan-magenta-yellow-black (CMYK) 输出通道设置。

语法

Status ClearOutputChannel(
  [in, optional] ColorAdjustType type
);

参数

[in, optional] type

类型: ColorAdjustType

ColorAdjustType 枚举的元素,指定为其清除输出通道设置的类别。 默认值为 ColorAdjustTypeDefault

返回值

类型: 状态

如果方法成功,则返回 Ok,这是 Status 枚举的元素。

如果 方法失败,它将返回 Status 枚举的其他元素之一。

注解

ImageAttributes 对象维护五个调整类别的颜色和灰度设置:默认、位图、画笔、笔和文本。 例如,可以为默认类别指定输出通道,为位图类别指定其他输出通道。

默认颜色和灰度调整设置适用于没有自己调整设置的所有类别。 例如,如果从未为位图类别指定任何调整设置,则默认设置将应用于位图类别。

为特定类别指定颜色或灰度调整设置后,默认调整设置将不再应用于该类别。 例如,假设指定默认类别的输出通道和调整矩阵。 如果通过调用 ImageAttributes::SetOutputChannel 设置位图类别的输出通道,则默认输出通道将不适用于位图。 如果稍后通过调用 ImageAttributes::ClearOutputChannel 清除位图输出通道,则位图类别不会还原默认输出通道;位图类别将没有输出通道设置。 同样,位图类别不会还原默认颜色调整矩阵;相反,位图类别将没有颜色调整矩阵。

要求

要求
最低受支持的客户端 Windows XP、Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 gdiplusimageattributes.h (包括 Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

另请参阅

ColorAdjustType

ColorChannelFlags

ImageAttributes

ImageAttributes::ClearOutputChannelColorProfile

ImageAttributes::SetOutputChannel

ImageAttributes::SetOutputChannelColorProfile