Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
following line style and fill style will be rendering using the set color.
GFX_LINE_STYLE:
• GFX_LINE_STYLE_THIN_SOLID
• GFX_LINE_STYLE_THIN_DOTTED
• GFX_LINE_STYLE_THIN_DASHED
• GFX_LINE_STYLE_THICK_SOLID
• GFX_LINE_STYLE_THICK_DOTTED
• GFX_LINE_STYLE_THICK_DASHED
GFX_FILL_STYLE:
• GFX_FILL_STYLE_COLOR
Rendering text using the following text rendering functions will also use the set color:
• GFX_TextCharDraw()
• GFX_TextStringDraw()
• GFX_TextStringBoxDraw()
Preconditions
None.
Example
None.
Parameters
Parameters Description
color the rendering color set to render primitive shapes.
Function
void GFX_ColorSet(GFX_COLOR color)
1.6.1.1.8.6 GFX_ComponentBlueGet Macro
Function to extract the blue component of the given color.
File
gfx_types_macros.h
Syntax
#define GFX_ComponentBlueGet(color) ((color) & 0x0000FF)
Returns
The blue component of the given color.
Description
Function to extract the blue component of the given color.
Remarks
None.
Preconditions
None.
Example
None.
1.6 Library Interface MLA - Graphics Library Help Graphics Primitive Layer
117
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf