![]() |
API 0.9.5
|
00001 00002 @interface CPColorPanel : CPPanel 00003 { 00004 _CPColorPanelToolbar _toolbar; 00005 _CPColorPanelSwatches _swatchView; 00006 _CPColorPanelPreview _previewView; 00007 00008 CPSlider _opacitySlider; 00009 00010 CPArray _colorPickers; 00011 CPView _currentView; 00012 id _activePicker; 00013 00014 CPColor _color; 00015 00016 id _target; 00017 SEL _action; 00018 00019 int _mode; 00020 } 00021 @end