PPL7-Icon Patrick's Programming Library Version 7.0.0 - Dokumentation
ppl7::grafix::Drawable Elementverzeichnis

Vollständige Aufstellung aller Elemente für ppl7::grafix::Drawable einschließlich aller geerbten Elemente.

adr() const ppl7::grafix::Drawable
adr(int x, int y) const ppl7::grafix::Drawable
alphaPixel(int x, int y, const Color &c)ppl7::grafix::Drawable
alphaPixel(const Point &p, const Color &c)ppl7::grafix::Drawable
bitdepth() const ppl7::grafix::Drawable
blendPixel(int x, int y, const Color &c, float brightness)ppl7::grafix::Drawable
blendPixel(int x, int y, const Color &c, int brightness)ppl7::grafix::Drawable
blt(const Drawable &source, int x=0, int y=0)ppl7::grafix::Drawable
blt(const Drawable &source, const Rect &srect, int x=0, int y=0)ppl7::grafix::Drawable
bltAlpha(const Drawable &source, int x=0, int y=0)ppl7::grafix::Drawable
bltAlpha(const Drawable &source, const Rect &srect, int x=0, int y=0)ppl7::grafix::Drawable
bltBackgroundOnChromaKey(const Drawable &background, const Color &key, int tol1, int tol2, int x=0, int y=0)ppl7::grafix::Drawable
bltBackgroundOnChromaKey(const Drawable &background, const Rect &srect, const Color &key, int tol1, int tol2, int x=0, int y=0)ppl7::grafix::Drawable
bltBlend(const Drawable &source, float factor, int x=0, int y=0)ppl7::grafix::Drawable
bltBlend(const Drawable &source, float factor, const Rect &srect, int x=0, int y=0)ppl7::grafix::Drawable
bltChromaKey(const Drawable &source, const Color &key, int tol1, int tol2, int x=0, int y=0)ppl7::grafix::Drawable
bltChromaKey(const Drawable &source, const Rect &srect, const Color &key, int tol1, int tol2, int x=0, int y=0)ppl7::grafix::Drawable
bltColorKey(const Drawable &source, int x=0, int y=0, const Color &c=Color())ppl7::grafix::Drawable
bltColorKey(const Drawable &source, const Rect &srect, int x=0, int y=0, const Color &c=Color())ppl7::grafix::Drawable
bltDiffuse(const Drawable &source, int x=0, int y=0, const Color &c=Color())ppl7::grafix::Drawable
bltDiffuse(const Drawable &source, const Rect &srect, int x=0, int y=0, const Color &c=Color())ppl7::grafix::Drawable
bytesPerPixel() const ppl7::grafix::Drawable
circle(int x, int y, int rad, const Color &c, bool fill=false)ppl7::grafix::Drawable
circle(const Point &p, int rad, const Color &c, bool fill=false)ppl7::grafix::Drawable
cls(const Color &c)ppl7::grafix::Drawable
cls()ppl7::grafix::Drawable
colorGradient(const Rect &rect, const Color &c1, const Color &c2, int direction)ppl7::grafix::Drawable
colorGradient(int x1, int y1, int x2, int y2, const Color &c1, const Color &c2, int direction)ppl7::grafix::Drawable
copy(const Drawable &other)ppl7::grafix::Drawable
copy(const Drawable &other, const Rect &rect)ppl7::grafix::Drawable
copy(const Drawable &other, const Point &p, const Size &s)ppl7::grafix::Drawable
create(void *base, ppluint32 pitch, int width, int height, const RGBFormat &format)ppl7::grafix::Drawable
datappl7::grafix::Drawableprivate
draw(const ImageList &iml, int nr, int x, int y)ppl7::grafix::Drawable
draw(const ImageList &iml, int nr, int x, int y, const Color &diffuse)ppl7::grafix::Drawable
draw(const Sprite &sprite, int nr, int x, int y)ppl7::grafix::Drawable
Drawable()ppl7::grafix::Drawable
Drawable(const Drawable &other)ppl7::grafix::Drawable
Drawable(const Drawable &other, const Rect &rect)ppl7::grafix::Drawable
Drawable(const Drawable &other, const Point &p, const Size &s)ppl7::grafix::Drawable
Drawable(void *base, ppluint32 pitch, int width, int height, const RGBFormat &format)ppl7::grafix::Drawable
drawRect(const Rect &rect, const Color &c)ppl7::grafix::Drawable
drawRect(int x1, int y1, int x2, int y2, const Color &c)ppl7::grafix::Drawable
elipse(int x, int y, int radx, int rady, const Color &c, bool fill=false)ppl7::grafix::Drawable
elipse(int x, int y, int radx, int rady, const Color &c, bool fill, const Color &fillcolor, int startangle, int endangle)ppl7::grafix::Drawable
fillRect(const Rect &rect, const Color &c)ppl7::grafix::Drawable
fillRect(int x1, int y1, int x2, int y2, const Color &c)ppl7::grafix::Drawable
fitRect(int &x, int &y, Rect &r)ppl7::grafix::Drawable
floodFill(int x, int y, const Color &color, const Color &border)ppl7::grafix::Drawable
fnppl7::grafix::Drawableprivate
getData()ppl7::grafix::Drawable
getDrawable() const ppl7::grafix::Drawable
getDrawable(const Rect &rect) const ppl7::grafix::Drawable
getDrawable(const Point &p, const Size &s) const ppl7::grafix::Drawable
getDrawable(int x1, int y1, int x2, int y2) const ppl7::grafix::Drawable
getFunctions()ppl7::grafix::Drawable
getPixel(int x, int y) const ppl7::grafix::Drawable
getPixel(const Point &p) const ppl7::grafix::Drawable
height() const ppl7::grafix::Drawable
Image classppl7::grafix::Drawablefriend
initFunctions(const RGBFormat &format)ppl7::grafix::Drawableprivate
invert(const Rect &rect, const Color &color1, const Color &color2)ppl7::grafix::Drawable
isEmpty() const ppl7::grafix::Drawable
line(int x1, int y1, int x2, int y2, const Color &c)ppl7::grafix::Drawable
line(const Point &start, const Point &end, const Color &c)ppl7::grafix::Drawable
lineAA(int x1, int y1, int x2, int y2, const Color &c, int strength=1)ppl7::grafix::Drawable
lineAA(const Point &start, const Point &end, const Color &c, int strength=1)ppl7::grafix::Drawable
negativ(const Rect &rect)ppl7::grafix::Drawable
operator=(const Drawable &other)ppl7::grafix::Drawable
pitch() const ppl7::grafix::Drawable
print(const Font &font, int x, int y, const String &text)ppl7::grafix::Drawable
print(const Font &font, int x, int y, const WideString &text)ppl7::grafix::Drawable
printf(const Font &font, int x, int y, const char *fmt,...)ppl7::grafix::Drawable
putPixel(int x, int y, const Color &c)ppl7::grafix::Drawable
putPixel(const Point &p, const Color &c)ppl7::grafix::Drawable
rect() const ppl7::grafix::Drawable
rgb(const Color &c) const ppl7::grafix::Drawable
rgb(int r, int g, int b, int alpha) const ppl7::grafix::Drawable
rgbformat() const ppl7::grafix::Drawable
scale(Image &tgt, int width, int height, bool keepAspectRation=true, bool smoothTransform=false)ppl7::grafix::Drawable
scaled(int width, int height, bool keepAspectRation=true, bool smoothTransform=false)ppl7::grafix::Drawable
size() const ppl7::grafix::Drawable
width() const ppl7::grafix::Drawable
xchange(const Rect &rect, const Color &color, const Color &replace)ppl7::grafix::Drawable
~Drawable()ppl7::grafix::Drawable