00001 00002 @interface CPColorPicker : CPObject 00003 { 00004 CPColorPanel _panel; 00005 int _mask; 00006 } 00007 @end