ColorPickerView
fColorPickerView = new ColorPickerView("color picker", color, mode);
class ColorPickerView;
ColorPickerView* fColorPickerView;
ColorPickerView::MessageReceived(BMessage *message)
ColorPickerView::SetColorMode(SelectedColorMode mode, bool update)
ColorPickerView::SetColor(rgb_color color)
ColorPickerView::ColorPickerView(const char* name, rgb_color color,
ColorPickerView::Color()
ColorPickerView::_NumForMode(SelectedColorMode mode) const
ColorPickerView::_UpdateColor(float value, float value1, float value2)
ColorPickerView::_UpdateTextControls()
ColorPickerView::_TextControlValue(int32 index)
ColorPickerView::_SetTextControlValue(int32 index, int value)
ColorPickerView::_HexTextControlString() const
ColorPickerView::_SetHexTextControlString(const BString& text)
ColorPickerView::_SetText(BTextControl* control, const BString& text)
ColorPickerView::~ColorPickerView()
ColorPickerView::AttachedToWindow()
class ColorPickerView : public BView {
ColorPickerView(const char* name,
virtual ~ColorPickerView();