DiegoCatalano / Catalano-Framework

Framework
GNU Lesser General Public License v3.0
295 stars 99 forks source link

Blend Filter issue #55

Open yuripourre opened 6 years ago

yuripourre commented 6 years ago

I was reading the filters and I found something odd. Every part of the Blend filter fastBitmap is updated but in line 357 overlay is updated, is it a typo?

Blend.java#L357

DiegoCatalano commented 6 years ago

Hello @yuripourre,

I made a mistake, the correct one is to update the fastBitmap. Thank you very much for your contribution ;)

I'll review all methods in the Blend filter later.