#include <C_ColorView.h>
Public Member Functions | |
| C_ColorView (void) | |
| A constructor, Set all to 0. | |
| ~C_ColorView (void) | |
| Delete the BRUSH. | |
| void | DrawColorView (HDC hDc, RECT Size) |
| Draw the color. | |
| void | DrawColorView (void) |
| Draw the Color. | |
| void | SetColor (int R, int G, int B) |
| Set the Color. | |
| void | SetColor (int Color) |
| Set the Color. | |
| LPDWORD | GetColor () |
| Return the color. | |
Display a calor :)
|
|
A constructor, Set all to 0.
|
|
|
Delete the BRUSH.
|
|
|
Draw the Color. Used after the call of the first DrawColor (Data stored into the class) |
|
||||||||||||
|
Draw the color.
|
|
|
Return the color.
|
|
|
Set the Color.
|
|
||||||||||||||||
|
Set the Color.
|
1.3