summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/API.md b/API.md
index 2b84520..365768f 100644
--- a/API.md
+++ b/API.md
@@ -1596,6 +1596,23 @@ Load image from file into CPU memory ( RAM )
---
+> image = RL_LoadImageFromTexture( Texture2D texture )
+
+Load image from GPU texture data
+
+- Failure return -1
+- Success return int
+
+---
+
+> image = RL_LoadImageFromScreen()
+
+Load image from screen buffer and ( screenshot )
+
+- Success return int
+
+---
+
> image = RL_GenImageColor( int width, int height, Color color )
Generate image: plain color