Index

C/C++ Functions

pdDocGetInvert

DT_SWORD pdDocGetInvert(DT_PDDOC power_doc, DT_UBYTE invert_blend_arr[], DT_SLONG reserved)

Short Description: Get the parameters of the inversion effect

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.

Parameters

ParameterDescription

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.

Return Value

If successful, the return value is 1. Otherwise, the function returns 0.

Related Functions

pdDocSetInvert

 

Index