commit 4db11f0c5cebdc9c20f68085ad983fc673c52dc0
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Thu Jul 30 11:38:42 2020 +0100

    Improve the Blur App to catch the bug where a small part of the Blur (and Glow) halo gets displayed on the other edge of the surface.

diff --git a/src/main/java/org/distorted/library/main/DistortedTexture.java b/src/main/java/org/distorted/library/main/DistortedTexture.java
index fb69579..32de684 100644
--- a/src/main/java/org/distorted/library/main/DistortedTexture.java
+++ b/src/main/java/org/distorted/library/main/DistortedTexture.java
@@ -146,7 +146,7 @@ public class DistortedTexture extends InternalSurface
 /**
  * Paints the Texture with solid color.
  *
- * @param argb The color to paint the Texture with.
+ * @param argb The color to paint the Texture with. Example: 0xffff0000 - red.
  */
   public void setColorARGB(int argb)
     {
