Method: Hornetseye::XImageOutput#write
- Defined in:
- lib/hornetseye-xorg/ximageoutput.rb
#write(frame) ⇒ Object
22 23 24 |
# File 'lib/hornetseye-xorg/ximageoutput.rb', line 22 def write( frame ) super frame.to_type( UBYTERGB ).memorise end |