mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Draw: SDraw now using PaintOnly when possible
git-svn-id: svn://ultimatepp.org/upp/trunk@6845 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3a96ffc381
commit
ec60e904eb
5 changed files with 38 additions and 10 deletions
|
|
@ -4,7 +4,7 @@ NAMESPACE_UPP
|
|||
|
||||
void SDraw::PutImage(Point p, const Image& img, const Rect& src, Color color)
|
||||
{
|
||||
PutImage(p, CachedSetColorKeepAlpha(img, color), src);
|
||||
PutImage(p, CachedSetColorKeepAlphaPaintOnly(img, color), src);
|
||||
}
|
||||
|
||||
void SDraw::SysDrawImageOp(int x, int y, const Image& img, const Rect& src, Color color)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue