00001 00002 @interface CPColorWell : CPControl 00003 { 00004 BOOL _active; 00005 BOOL _bordered; 00006 00007 CPColor _color; 00008 CPView _wellView; 00009 } 00010 @end