Go to the documentation of this file.
22 #ifndef SDL_blendpoint_h_
23 #define SDL_blendpoint_h_
25 #include "../../SDL_internal.h"
GLfixed GLfixed GLint GLint GLfixed points
static SDL_BlendMode blendMode
A collection of pixels used in software blitting.
GLboolean GLboolean GLboolean b
GLuint GLuint GLsizei count
GLdouble GLdouble GLdouble r
GLboolean GLboolean GLboolean GLboolean a
int SDL_BlendPoint(SDL_Surface *dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
The structure that defines a point.
int SDL_BlendPoints(SDL_Surface *dst, const SDL_Point *points, int count, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
SDL_BlendMode
The blend mode used in SDL_RenderCopy() and drawing operations.