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

image_mask_clear - Clear a status flag on the specified object

nil
image_mask_clear( vid, maskval )

1
an invalid maskval is considered a terminal state transition.

function image_mask_clear0()
      a = fill_surface(32, 32, 255, 0, 0);
      b = instance_image(a);
      show_image({a, b});
      move_image(a, 32, 32);
      image_mask_clear(b, MASK_POSITION);
end

function image_mask_clear0()
      image_mask_clear(null_surface(32, 32, 0, 0, 0), math.random(1000000));
end

image_mask_toggle(3) image_mask_set(3) image_mask_clearall(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.