Method: Processing::Image#filter
- Defined in:
- lib/processing/image.rb
#filter(*args) ⇒ Object
Applies an image filter.
overload filter(shader) overload filter(type) overload filter(type, param)
128 129 130 |
# File 'lib/processing/image.rb', line 128 def filter(*args) @filter = Shader.createFilter__(*args) end |