Open yuripourre opened 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
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.
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