API  1.0.0
CPColorWell.h
Go to the documentation of this file.
1 
2 @interface CPColorWell : CPControl
3 {
4  BOOL _active;
5  BOOL _bordered;
6 
7  CPColor _color;
8 }
9 @end