The pdDocGetInvert function returns the blend mode and color of the inversion effect rendered by the pdDocInvertLine, pdDocInvertBox and pdDocInvertFrames functions. These values are normally set by pdDocSetInvert.
Parameter | Description |
---|---|
power_doc |
Handle of the previously created Power Engine document. |
invert_blend_arr |
An array of five bytes (BM, C1, C2, C3 and C4) specifying the blend mode and color of the inversion effect. See pdDocSetInvert for details. |
reserved |
Reserved for future use. Must be set to 0. |
If successful, the return value is 1. Otherwise, the function returns 0.