GdipSetImageAttributesOutputChannel

 

 

Description

Sets the CMYK output channel for a specified category.

Syntax

GpStatus WINGDIPAPI GdipSetImageAttributesOutputChannel(

    GpImageAttributes *imageattr,

    ColorAdjustType type,

    BOOL enableFlag,

    ColorChannelFlags channelFlags

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetImageAttributesOutputChannel ( _

    BYVAL imageattr AS DWORD, _

    BYVAL pType AS LONG, _

    BYVAL enableFlag AS LONG, _

    BYVAL channelFlags AS LONG _

) AS LONG

Parameters

 

imageattr

[in] Pointer to the ImageAttributes object.

type

[in] Element of the ColorAdjustType enumeration that specifies the category for which the output channel is set. The default value is ColorAdjustTypeDefault.

enableFlag

[in]  Boolean value that specifies whether a separate output channel is enabled for the category specified by the type parameter.

channelFlags

[in] Element of the ColorChannelFlags enumeration that specifies the output channel.

 

Valid HTML 4.01 Transitional