22#ifndef SDL_blendfillrect_h_
23#define SDL_blendfillrect_h_
25#include "../../SDL_internal.h"
int SDL_BlendFillRects(SDL_Surface *dst, const SDL_Rect *rects, int count, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
int SDL_BlendFillRect(SDL_Surface *dst, const SDL_Rect *rect, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
SDL_BlendMode
The blend mode used in SDL_RenderCopy() and drawing operations.
GLuint GLuint GLsizei count
GLdouble GLdouble GLdouble r
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a
EGLSurface EGLint * rects
A rectangle, with the origin at the upper left (integer).
A collection of pixels used in software blitting.
static SDL_BlendMode blendMode