eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
d4d_scheme.c File Reference
#include "d4d.h"
#include "common_files/d4d_private.h"
Include dependency graph for d4d_scheme.c:

Functions

D4D_CLR_SCHEMED4D_ObjectGetScheme (D4D_OBJECT *pObj)
 Function return the pointer to current use object scheme of object. More...
 
D4D_CLR_SCHEMED4D_GetDefaultScheme (void)
 Function return the pointer to default color scheme. More...
 
void D4D_SetDefaultScheme (D4D_CLR_SCHEME *pScheme)
 Function sets the new default color scheme. More...
 
D4D_COLOR D4D_ObjectGetForeColor (D4D_OBJECT *pObj, D4D_OBJECT_DRAWFLAGS draw)
 Function return object current fore color. More...
 
D4D_COLOR D4D_ObjectGetBckgColor (D4D_OBJECT *pObj, D4D_OBJECT_DRAWFLAGS draw)
 Function return object current background color. More...
 
D4D_COLOR D4D_ObjectGetForeFillColor (D4D_OBJECT *pObj)
 Function return object current fill fore color. More...
 
D4D_COLOR D4D_ObjectGetBckgFillColor (D4D_OBJECT *pObj)
 Function return object current fill background color. More...
 
D4D_COLOR D4D_GetCrossColor (D4D_COLOR startColor, D4D_COLOR endColor, Byte value)
 Compute cross color between two basic color in 256 steps. More...
 
D4D_COLOR D4D_ChangeColorIntesity (D4D_COLOR color, sByte intensity)
 Compute change of color intesity. More...
 
D4D_COLOR D4D_GetGreyScale (D4D_COLOR color)
 Compute the grayscale color. More...
 

Detailed Description

D4D driver color scheme c file.

Author
Petr Gargulak
Version
0.0.15.0
Date
Jan-14-2014

Definition in file d4d_scheme.c.