Etterna
0.74.4
Loading...
Searching...
No Matches
src
RageUtil
Graphics
RageSurfaceUtils_Palettize.h
1
/* Palettize an RGBA surface. */
2
3
#ifndef RAGE_SURFACE_UTILS_PALETTIZE
4
#define RAGE_SURFACE_UTILS_PALETTIZE
5
6
struct
RageSurface
;
7
9
namespace
RageSurfaceUtils
{
10
void
11
Palettize(
RageSurface
*& pImg,
int
iColors = 256,
bool
bDither =
true
);
12
};
13
14
#endif
RageSurfaceUtils
Utility functions for the RageSurfaces.
Definition
RageSurface_Load.h:7
RageSurface
Definition
RageSurface.h:90
Generated by
1.9.8