GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
show_image(3) Arcan Lua API show_image(3)

show_image - Change image opacity to 1.0

nil
show_image( vid, time )

This is a specific case of the more general blend_image function where the opacity argument has been hard-coded to 1.0 (opaque, visible, default blendmode is disabled). This function accepts either single VID s or a group of VID s packed in a n-indexed table.

function show_image0()
      a = fill_surface(128, 128, 255, 0, 0);
      show_image({a,b}, 100);
end

function show_image0()
      a = fill_surface(128, 128, 255, 0, 0);
      show_image(a, 0.5, 100);
end
June 2022 image

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.