11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
#title CreateImageEx [RCBasic Doc]
|
|
#header Function CreateImageEx(w, h, ByRef buffer, color)
|
|
|
|
Returns an image created from the buffer provided
|
|
|
|
The color parameter is a color key value to apply
|
|
|
|
#ref CreateImage LoadImage
|
|
|
|
|