Method: MotionAL::Representation#full_screen_image
- Defined in:
- lib/motional/representation.rb
#full_screen_image ⇒ CGImageRef?
A CGImage of the representation that is appropriate for displaying full screen.
66 67 68 |
# File 'lib/motional/representation.rb', line 66 def full_screen_image @al_asset_representation.fullScreenImage end |