Uses of Class
sdljava.x.swig.SDL_Color

Packages that use SDL_Color
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SDL_Color in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDL_Color
 SDL_Color SDL_Palette.getColors()
           
 

Methods in sdljava.x.swig with parameters of type SDL_Color
protected static long SDL_Color.getCPtr(SDL_Color obj)
           
static int SWIG_SDLVideo.SDL_SetColors(SDL_Surface surface, SDL_Color colors, int firstcolor, int ncolors)
           
static int SWIG_SDLVideo.SDL_SetPalette(SDL_Surface surface, int flags, SDL_Color colors, int firstcolor, int ncolors)
           
 void SDL_Palette.setColors(SDL_Color colors)
           
static void SWIG_SDLVideoJNI.SWIG_GetPaletteColors(long jarg1, SDL_Color[] jarg2)
           
static void SWIG_SDLVideo.SWIG_GetPaletteColors(SDL_Palette palette, SDL_Color[] colors)
           
static int SWIG_SDLVideoJNI.SWIG_SDL_SetColors(long jarg1, SDL_Color[] jarg2, int jarg3, int jarg4)
           
static int SWIG_SDLVideo.SWIG_SDL_SetColors(SDL_Surface surface, SDL_Color[] colors, int firstcolor, int ncolors)
           
static int SWIG_SDLVideoJNI.SWIG_SDL_SetPalette(long jarg1, int jarg2, SDL_Color[] jarg3, int jarg4, int jarg5)
           
static int SWIG_SDLVideo.SWIG_SDL_SetPalette(SDL_Surface surface, int flags, SDL_Color[] colors, int firstcolor, int ncolors)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderGlyph_Blended(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderGlyph_Shaded(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Blended(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Shaded(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Solid(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUTF8_Blended(SWIGTYPE_p__TTF_Font font, java.lang.String text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUTF8_Shaded(SWIGTYPE_p__TTF_Font font, java.lang.String text, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUTF8_Solid(SWIGTYPE_p__TTF_Font font, java.lang.String text, SDL_Color fg)