added BLEND_SET (#1251)

* added BLEND_SET

* renamed BLEND_SET to BLEND_ADD_COLORS
This commit is contained in:
Random 2020-05-16 04:39:38 -07:00 committed by GitHub
parent abb94bd2ff
commit d9a96c4ca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View file

@ -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