Functions | |
D4D_CLR_SCHEME * | D4D_ObjectGetScheme (D4D_OBJECT *pObj) |
Function return the pointer to current use object scheme of object. More... | |
D4D_CLR_SCHEME * | D4D_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... | |