|
CartoType API
|
#include <cartotype_graphics.h>
Public Member Functions | |
| TPaint (uint32 aValue) | |
| TPaint (TColor aColor) | |
| TPaint (MPaintServer &aPaintServer, int32 aAlpha=255) | |
| bool | IsNull () const |
Public Attributes | |
| TColor | iColor |
| MPaintServer * | iPaintServer |
A paint source containing a color and an optional pointer to a paint server.
| bool CartoType::TPaint::IsNull | ( | ) | const [inline] |
Return true if this paint source is null, defined as having a null paint server and a completely transparent color.
The paint color.
If non-null, the paint server.
1.7.5.1