#include <Cairo.h>
Inherits cinder::cairo::Pattern.
List of all members.
Constructor & Destructor Documentation
cinder::cairo::PatternSolid::PatternSolid |
( |
const ColorA & |
color ) |
|
cinder::cairo::PatternSolid::PatternSolid |
( |
const Color & |
color ) |
|
Member Function Documentation
void cinder::cairo::Pattern::setExtend |
( |
int |
extend ) |
[inherited] |
void cinder::cairo::Pattern::setExtendNone |
( |
) |
[inherited] |
void cinder::cairo::Pattern::setExtendRepeat |
( |
) |
[inherited] |
void cinder::cairo::Pattern::setExtendReflect |
( |
) |
[inherited] |
void cinder::cairo::Pattern::setExtendPad |
( |
) |
[inherited] |
int cinder::cairo::Pattern::getExtend |
( |
) |
const [inherited] |
void cinder::cairo::Pattern::setFilter |
( |
int |
filter ) |
[inherited] |
int cinder::cairo::Pattern::getFilter |
( |
) |
const [inherited] |
void cinder::cairo::Pattern::setMatrix |
( |
const Matrix & |
matrix ) |
[inherited] |
Matrix cinder::cairo::Pattern::getMatrix |
( |
) |
const [inherited] |
Member Data Documentation
The documentation for this class was generated from the following files: