Method: PSD::Compose#method_missing
- Defined in:
- lib/psd/renderer/compose.rb
#method_missing(method, *args, &block) ⇒ Object
If the blend mode is missing, we fall back to normal composition.
323 324 325 |
# File 'lib/psd/renderer/compose.rb', line 323 def method_missing(method, *args, &block) normal(*args) end |