mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-12 14:28:15 +00:00
added BLEND_SET (#1251)
* added BLEND_SET * renamed BLEND_SET to BLEND_ADD_COLORS
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user