← Previous Next →

Scrawl-canvas v8 - Filters test 015

Parameters for: tiles filter

To change image, drag-and-drop an image file over the canvas

Tile mode
[Hex] radius
[Rect] width
[Rect] height
[Rect, Hex] origin X
[Rect, Hex] origin Y
[Rect, Hex] Rotation angle
[Rect, Hex] Spiral strength
[Random] Density
Premultiply
Include red
Include green
Include blue
Include alpha
Use input as mask
Opacity
Screen capture image of the demo canvas

To note: Javascript is not running in this browser environment. The canvas element is ignored; instead a placeholder image displays where the canvas would have appeared.

Test purpose

To note: this filter can have an insanely expensive upfront cost. However once all the initial calculations complete, the filter should run with good speed (thanks to the filter internally memoizing those initial calculation results).

Touch test: not required

Annotated code