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
image_mask_clearall(3) Arcan Lua API image_mask_clearall(3)

image_mask_clearall - Set the status of all user-modifiable flags to their off state.

nil
image_mask_clearall( vid )

function image_mask_clearall0()
      a = fill_surface(64, 64, 255, 0, 0);
      b = fill_surface(32, 32, 0, 255, 0);
      show_image({a, b});
      link_image(b, a);
      image_mask_clearall(b);
      delete_image(a);
end

function image_mask_clearall0()
      image_mask_clearall(WORLDID);
end

function image_mask_clearall1()
      image_mask_clearall(BADID);
end

image_mask_clear(3) image_mask_set(3) image_mask_toggle(3)

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.