diff options
| author | Ray <[email protected]> | 2022-06-07 18:46:14 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-07 18:46:14 +0200 |
| commit | dca23cb3ff7c5a6871a586401cc982f52d70d085 (patch) | |
| tree | a276f383ab963e9d4a664be2dc238f9b03db6bf5 /src/raylib.h | |
| parent | fc86b5c1b4f67f2060135705c32314560e048e85 (diff) | |
| download | raylib-dca23cb3ff7c5a6871a586401cc982f52d70d085.tar.gz raylib-dca23cb3ff7c5a6871a586401cc982f52d70d085.zip | |
RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 7b3000c0..b6037eda 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -843,7 +843,7 @@ typedef enum { BLEND_MULTIPLIED, // Blend textures multiplying colors BLEND_ADD_COLORS, // Blend textures adding colors (alternative) BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative) - BLEND_ALPHA_PREMUL, // Blend premultiplied textures considering alpha + BLEND_ALPHA_PREMULTIPLY, // Blend premultiplied textures considering alpha BLEND_CUSTOM // Blend textures using custom src/dst factors (use rlSetBlendMode()) } BlendMode; |
