#include <ddghistg.h>
Class diagram for ddgHistograph:
Public Members | |||
ddgHistograph (unsigned int s, unsigned int x = 0, unsigned int y = 0, unsigned int w = 100, unsigned int h = 0) | |||
Create a text object at a given canvas location. | |||
bool | init (ddgContext *ctx) | ||
Initialize the font data. | |||
bool | draw ( ddgContext *ctx ) | ||
Render the histograph. | |||
ddgHistogram* | histogram (void) | ||
Return the histogram object. | |||
bool | blend | ||
Blend texture with background. | |||
ddgColor4 | background | ||
Background color default black. | |||
ddgColor4 | foreground | ||
Foreground color default white. |