• allegro5.a5_display
  • allegro5.a5_file
  • allegro5.a5_font
  • allegro5.a5_image
  • allegro5.a5_joystick
  • allegro5.a5_main
  • allegro5.a5_misc
  • allegro5.a5_opengl
  • allegro5.a5_shader
  • allegro5.a5_sound
  • allegro5.a5_thread
  • allegro5.a5_triangles
  • animation
  • array
  • atlas
  • buffer
  • color
  • common
  • csg.csg_aabb
  • csg.csg
  • csg.csg_octree
  • csg.csg_shapes
  • csg.csg_test
  • data
  • display
  • exception
  • file
  • font
  • glsl
  • grid
  • hash
  • image
  • image_op
  • index
  • ini
  • isometric
  • joystick
  • keyboard
  • land
  • layer
  • list
  • log
  • main
  • map
  • mem
  • mouse
  • net
  • noise
  • openglutil
  • perlin
  • pixelmask
  • plasma
  • pool
  • protobuf
  • queue
  • random
  • runner
  • shader
  • sound
  • sprite
  • thread
  • tilegrid
  • triangles
  • util2d
  • util3d
  • util
  • view
  • voronoi
  • widget.base
  • widget.board
  • widget.book
  • widget.box
  • widget.button
  • widget.checkbox
  • widget.container
  • widget.edit
  • widget.gul
  • widget.hbox
  • widget.layout
  • widget
  • widget.menu
  • widget.mover
  • widget.panel
  • widget.scrollbar
  • widget.scrolling
  • widget.sizer
  • widget.slider
  • widget.spin
  • widget.text
  • widget.theme
  • widget.vbox
  • widget.widget_list
  • yaml.external
  • yaml.internal
  • yaml
  • yaml.xml

land.allegro5.a5_image

LandImagePlatform

platform_new_image

no parameters

Returns: LandImage*

platform_del_image

Parameters: LandImage * super

platform_image_empty

Parameters: LandImage * super

platform_image_load

Parameters: char const * filename, bool mem

Returns: LandImage*

platform_image_preload_memory

Parameters: LandImage * super

platform_image_exists

Parameters: LandImage * super

Returns: bool

platform_image_load_on_demand

Parameters: LandImage * super

platform_image_sub

Parameters: LandImage * parent, float x, float y, float w, float h

Returns: LandImage*

platform_image_save

Parameters: LandImage * super, char const * filename

platform_image_draw_scaled_rotated_tinted_flipped

Parameters: LandImage * super, float x, float y, float sx, float sy, float angle, float r, float g, float b, float alpha, int flip

platform_set_image_display

Parameters: LandImage * super

platform_unset_image_display

no parameters

platform_image_grab_into

Parameters: LandImage * super, float x, float y, float tx, float ty, float tw, float th

platform_image_get_rgba_data

Parameters: LandImage * super, unsigned char * rgba

platform_image_set_rgba_data

Parameters: LandImage * super, unsigned char const * rgba

platform_image_opengl_texture

Parameters: LandImage * super

Returns: int

platform_image_crop

Parameters: LandImage * super, int x, int y, int w, int h

platform_image_merge

Parameters: LandImage * super, LandImage * replacement_image

platform_image_transfer_from_memory

Parameters: LandImage * super


Generated: Thu 27 Feb 2020 10:49:37 PM EST