-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|678|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Snippet Home -> Graphical Effects


 
Pakz
Created : 26 May 2016
Edited : 26 May 2016
System : Cross Platform
Language : Monkey

Blurring and Dripping, rectangles

A couple of image filters to create images.

' Creates images. The size can be set of the blocks.
' Currently set at 100x100.
' Rectangles are drawn to the screen then
' The drip method moves the horizontal and vertical
' by a random amount. Creating a random wavy effect.
' The blur method makes of a certain point in the
' image a avarage color of it's surrounding. This is
' done an x amount of time on random locations.
' the values of the colors are a single integer.
' added- tint the colors.
' added - sharpen pass

 

Comments