API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPColorPanel.h
Go to the documentation of this file.
1 
2 @interface CPColorPanel : CPPanel
3 {
4  _CPColorPanelToolbar _toolbar;
5  _CPColorPanelSwatches _swatchView;
6  _CPColorPanelPreview _previewView;
7 
8  CPSlider _opacitySlider;
9 
10  CPArray _colorPickers;
11  CPView _currentView;
12  id _activePicker;
13 
14  CPColor _color;
15 
16  id _target;
17  SEL _action;
18 
19  int _mode;
20 }
21 @end