BLEND_ALPHA_PREMULTIPLY.

This commit is contained in:
jussi
2023-02-08 01:21:03 +02:00
parent db957a8181
commit cf7c480aca
6 changed files with 9 additions and 6 deletions

View File

@@ -323,6 +323,7 @@ void defineGlobals() {
assignGlobalInt( BLEND_MULTIPLIED, "BLEND_MULTIPLIED" );
assignGlobalInt( BLEND_ADD_COLORS, "BLEND_ADD_COLORS" );
assignGlobalInt( BLEND_SUBTRACT_COLORS, "BLEND_SUBTRACT_COLORS" );
assignGlobalInt( BLEND_ALPHA_PREMULTIPLY, "BLEND_ALPHA_PREMULTIPLY" );
assignGlobalInt( BLEND_CUSTOM, "BLEND_CUSTOM" );
/* Gesture */
assignGlobalInt( GESTURE_NONE, "GESTURE_NONE" );