FSPDF_RENDEROPTIONPARAM_COLORMODE Struct Reference

Structure for render option parameters of color mode. More...

#include <fpdf_base_r.h>

Public Attributes

FS_INT32 colorMode
 Color mode. More...
 
FS_ARGB foreColor
 Foreground color. Format: 0xAARRGGBB.
 
FS_ARGB backColor
 Background color. Format: 0xAARRGGBB.
 

Detailed Description

Structure for render option parameters of color mode.

Note
While calling function FSPDF_RenderContext_SetOption, set parameter option to FSPDF_RENDEROPTION_COLORMODE and pass an object of this structure to parameter params

Member Data Documentation

FS_INT32 FSPDF_RENDEROPTIONPARAM_COLORMODE::colorMode

Color mode.

Please refer to macro definitions FSPDF_COLORMODE_XXX and this should be one of these macros.


The documentation for this struct was generated from the following file:

Foxit Corporation