Method: Processing::GraphicsContext#pop
- Defined in:
- lib/processing/graphics_context.rb
#pop ⇒ nil
Restore styles and transformations from stack.
2448 2449 2450 2451 |
# File 'lib/processing/graphics_context.rb', line 2448 def pop() popMatrix popStyle end |