#include <bicolored.h>
Collaboration diagram for bicolored:

Public Member Functions | |
| bicolored (const color &initial_background, palette &add_to, window_handle target=NIL) | |
| ~bicolored () | |
| color | background () const |
| void | background (const color &new_background, palette &add_to, window_handle target=NIL) |
Definition at line 26 of file bicolored.h.
| bicolored::bicolored | ( | const color & | initial_background, | |
| palette & | add_to, | |||
| window_handle | target = NIL | |||
| ) |
| bicolored::~bicolored | ( | ) |
Definition at line 26 of file bicolored.cpp.
| color bicolored::background | ( | ) | const |
| void bicolored::background | ( | const color & | new_background, | |
| palette & | add_to, | |||
| window_handle | target = NIL | |||
| ) |
Definition at line 30 of file bicolored.cpp.
References argument_list::add(), argument_list::apply(), and palette::translate().
1.5.1