Etterna 0.74.4
Loading...
Searching...
No Matches
RageSurfaceUtils_Dither.h
1#ifndef RAGE_SURFACE_UTILS_DITHER_H
2#define RAGE_SURFACE_UTILS_DITHER_H
3
4struct RageSurface;
5
7namespace RageSurfaceUtils {
8void
9OrderedDither(const RageSurface* src, RageSurface* dst);
10void
11ErrorDiffusionDither(const RageSurface* src, RageSurface* dst);
12};
13
14#endif
Utility functions for the RageSurfaces.
Definition RageSurface_Load.h:7
Definition RageSurface.h:90