1997
Federico Mena Quintero and Brian Degenhardt
Move pixels around randomly
Spreads the pixels of the specified drawable. Pixels are randomly moved to another location whose distance varies from the original by the horizontal and vertical spread amounts
unknown
Type | Name | Description |
---|---|---|
PF_INT | run-mode | The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) } |
PF_IMAGE | image | Input image (unused) |
PF_DRAWABLE | drawable | Input drawable |
PF_FLOAT | spread-amount-x | Horizontal spread amount (0 <= spread_amount_x <= 200) |
PF_FLOAT | spread-amount-y | Vertical spread amount (0 <= spread_amount_y <= 200) |
None