Implement Bitmap 'blur'
I was a bit confused at first because I thought Enterbrain had actually implemented a full Gaussian blur, but nope, just dumb averaging.
This commit is contained in:
parent
20ec560145
commit
a54acce6b7
10 changed files with 149 additions and 1 deletions
src
|
@ -74,8 +74,10 @@ public:
|
|||
int width, int height);
|
||||
void clearRect(const IntRect &rect);
|
||||
|
||||
void blur();
|
||||
|
||||
void radialBlur(int angle, int divisions);
|
||||
// /* ----- */
|
||||
/* ----- */
|
||||
|
||||
void clear();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue