| ImageAttributesClearOutputChannel Method (ColorAdjustType) |
Clears the (cyan-magenta-yellow-black) output channel setting for a specified category.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic void ClearOutputChannel(
ColorAdjustType type
)
Public Sub ClearOutputChannel (
type As ColorAdjustType
)
public:
void ClearOutputChannel(
ColorAdjustType type
)
member ClearOutputChannel :
type : ColorAdjustType -> unit
Parameters
- type
- Type: Aspose.PSDColorAdjustType
An element of ColorAdjustType that specifies the category for which the output channel setting is cleared.
See Also