Method: Processing::GraphicsContext#filter
- Defined in:
- lib/processing/graphics_context.rb
#filter(*args) ⇒ nil
Applies an image filter to screen.
overload filter(shader) overload filter(type) overload filter(type, param)
1434 1435 1436 1437 |
# File 'lib/processing/graphics_context.rb', line 1434 def filter(*args) @filter__ = Shader.createFilter__(*args) nil end |