24 lines
548 B
HTML
24 lines
548 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>createImageEx [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function createImageEx(w, h, byref buffer, color) </h2></p>
|
|
<p>
|
|
Returns an image created from the buffer provided
|
|
</p>
|
|
<p>
|
|
The color parameter is a color key value to apply
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="createimage.html">CreateImage</a>
|
|
<a href="loadimage.html">LoadImage</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |