API  1.0.0
CPColorPanel.h
Go to the documentation of this file.
1 
2 @interface CPColorPanel : CPPanel
3 {
4  _CPColorPanelSwatches _swatchView;
5  _CPColorPanelPreview _previewView;
6 
7  CPSlider _opacitySlider;
8 
9  CPArray _colorPickers;
10  CPView _currentView;
11  id _activePicker;
12 
13  CPColor _color;
14 
15  id _target;
16  SEL _action;
17 
18  int _mode;
19 }
20 @end
Definition: CPPanel.h:2
Definition: CPView.j:137