API  0.9.8
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPColor.h
Go to the documentation of this file.
1 
2 @interface CPColor : CPObject
3 {
4  CPArray _components;
5 
6  CPImage _patternImage;
7  CPString _cssString;
8 }
9 @end