-
Notifications
You must be signed in to change notification settings - Fork 430
Image Primitive Functions
zetaepyon edited this page Jan 9, 2018
·
1 revision
These interface functions allow for the display and manipulation of images.
-
prim_name
string - name of the primitive to create. Try to choose something unique.
-
prim_name
string - name of the primitive to delete.
-
prim_name
string - name of the primitive to operate on -
a
integer - Alpha -
r
integer - Red -
g
integer - Green -
b
integer - Blue
-
prim_name
string - name of the primitive to operate on -
fit
boolean - FitToTexture
-
prim_name
string - name of the primitive to operate on -
x_pos
number - X position -
y_pos
number - Y position
-
prim_name
string - name of the primitive to operate on -
x
number - X size -
y
number - Y size
-
prim_name
string - name of the primitive to operate on -
texture
string - texture to set. This must be the absolute path to the file.
-
prim_name
string - name of the primitive to operate on -
x_repeat
number - X repetition value -
y_repeat
number - Y repetition value
-
prim_name
string - name of the primitive to operate on -
visible
boolean - Visibility