25 lines
555 B
HTML
25 lines
555 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>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |