Added “none” blend mode. This is equivalent to setBlendMode(“replace”, “premultiplied”) (which also effectively disables blending) but doesn’t require explicitly setting the alpha multiplication mode.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-12-28 12:32:37 -04:00
parent 4ef91ed79f
commit a78fa39113
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -97,6 +97,7 @@ public:
BLEND_DARKEN,
BLEND_SCREEN,
BLEND_REPLACE,
BLEND_NONE,
BLEND_MAX_ENUM
};