ImageAttributesClearOutputChannel Method (ColorAdjustType)
Clears the (cyan-magenta-yellow-black) output channel setting for a specified category.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public void ClearOutputChannel(
	ColorAdjustType type
)

Parameters

type
Type: Aspose.PSDColorAdjustType
An element of ColorAdjustType that specifies the category for which the output channel setting is cleared.
See Also