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

transfer_image_transform - Move the transform chain from one VID to another.

nil
transfer_image_transform( srcvid, dstvid )

This function act as an aggregate of copying a transform chain (including the translation step and related side notes as described in copy_image_transform) from srcvid to dstvid and then reseting the source transform.

function transfer_image_transform0()
      a = fill_surface(32, 32, 255, 0, 0);
      b = fill_surface(32, 32, 0, 255, 0);
      show_image({a, b});
      move_image(a, 64, 64, 100);
      rotate_image(a, 32, 100);
      transfer_image_transform(a, b);
end

copy_image_transform(3) reset_image_transform(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.