#include <colorpicker.h>
Inherits BC_SubWindow.

Public Member Functions | |
| PaletteOutput (ColorWindow *window, int x, int y) | |
| ~PaletteOutput () | |
| int | create_objects () |
| int | handle_event () |
| int | draw () |
Data Fields | |
| ColorWindow * | window |
Definition at line 112 of file colorpicker.h.
| PaletteOutput::PaletteOutput | ( | ColorWindow * | window, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 572 of file colorpicker.C.
| PaletteOutput::~PaletteOutput | ( | ) |
Definition at line 577 of file colorpicker.C.
| int PaletteOutput::create_objects | ( | ) |
Definition at line 582 of file colorpicker.C.
References draw(), and BC_WindowBase::flash().
Referenced by ColorWindow::create_objects().

| int PaletteOutput::handle_event | ( | ) |
Definition at line 589 of file colorpicker.C.
| int PaletteOutput::draw | ( | ) |
Definition at line 594 of file colorpicker.C.
References BC_WindowBase::draw_box(), BC_WindowBase::get_h(), BC_WindowBase::get_w(), ColorWindow::h, HSV::hsv_to_rgb(), ColorWindow::s, BC_WindowBase::set_color(), ColorWindow::v, and window.
Referenced by create_objects(), and ColorWindow::update_display().

1.5.5