Revision 4db11f0c
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/library/main/DistortedTexture.java | ||
|---|---|---|
| 146 | 146 |
/** |
| 147 | 147 |
* Paints the Texture with solid color. |
| 148 | 148 |
* |
| 149 |
* @param argb The color to paint the Texture with. |
|
| 149 |
* @param argb The color to paint the Texture with. Example: 0xffff0000 - red.
|
|
| 150 | 150 |
*/ |
| 151 | 151 |
public void setColorARGB(int argb) |
| 152 | 152 |
{
|
Also available in: Unified diff
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.