Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Description
This function sets the background information. This is an internal function and should not be called by the application. This
function is used by object's drawing functions to set the background information.
Preconditions
None.
Example
None.
Function
GFX_STATUS GFX_GOL_ObjectBackGroundSet(GFX_GOL_OBJ_HEADER *pObject)
1.6.2.5.2 GFX_GOL_ObjectHideDraw Function
This function performs the hiding of an object from the screen.
File
gfx_gol.h
Syntax
GFX_STATUS GFX_GOL_ObjectHideDraw(GFX_GOL_OBJ_HEADER * pObject);
Returns
GFX_STATUS_SUCCESS - when the hiding is done. GFX_STATUS_FAILURE - when the hiding is not yet done.
Description
This function performs the hiding of an object from the screen. If the object's style scheme is set to have a background, the
background is taken into account.
Preconditions
None.
Example
None.
Function
GFX_STATUS GFX_GOL_ObjectHideDraw(GFX_GOL_OBJ_HEADER *pObject)
1.6.2.5.3 GFX_GOL_PanelAlphaParameterSet Function
This function sets the alpha blending value when using alpha blending in panels.
File
gfx_gol.h
Syntax
void GFX_GOL_PanelAlphaParameterSet(uint16_t alphaValue);
Returns
None.
Description
This function sets the alpha blending value when using alpha blending in panels. This along with the parameters set by the
function GFX_GOL_PanelParameterSet() will determine how the panel will be drawn. The actual drawing of the panel is
performed by GFX_GOL_PanelDraw().
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
316
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf