Class: Hornetseye::XImageOutput

Inherits:
Object
  • Object
show all
Defined in:
lib/hornetseye-xorg/ximageoutput.rb

Instance Method Summary collapse

Instance Method Details

#write(frame) ⇒ Object



22
23
24
# File 'lib/hornetseye-xorg/ximageoutput.rb', line 22

def write( frame )
  super frame.to_type( UBYTERGB ).memorise
end