summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRandom <[email protected]>2020-05-16 04:39:38 -0700
committerGitHub <[email protected]>2020-05-16 13:39:38 +0200
commitd9a96c4ca0481d9607276c77bc7c799edcbb74d5 (patch)
treedf80207855f21fe5fdc2579d04ec64e789686719 /src/raylib.h
parentabb94bd2fff7f7722f7f0bee492337dd8bd95b35 (diff)
downloadraylib-d9a96c4ca0481d9607276c77bc7c799edcbb74d5.tar.gz
raylib-d9a96c4ca0481d9607276c77bc7c799edcbb74d5.zip
added BLEND_SET (#1251)
* added BLEND_SET * renamed BLEND_SET to BLEND_ADD_COLORS
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index d75855d0..490755e9 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -806,7 +806,8 @@ typedef enum {
typedef enum {
BLEND_ALPHA = 0, // Blend textures considering alpha (default)
BLEND_ADDITIVE, // Blend textures adding colors
- BLEND_MULTIPLIED // Blend textures multiplying colors
+ BLEND_MULTIPLIED, // Blend textures multiplying colors
+ BLEND_ADD_COLORS // Blend textures adding colors (alternative)
} BlendMode;
// Gestures type