Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.libsdl.video.SDLRGB

Uses of SDLRGB in org.libsdl.video
 

Subclasses of SDLRGB in org.libsdl.video
 class SDLRGBA
          The SDLColor class represents an RGB color.
 

Methods in org.libsdl.video that return SDLRGB
 SDLRGB SDLPixelFormat.getRGB(int pixel)
          Converts a 32 bit integer pixel into an SDLRGB object
 

Methods in org.libsdl.video with parameters of type SDLRGB
 int SDLPixelFormat.mapRGB(SDLRGB rgb)
          Converts an SDLRGB object into a 32 bit integer pixel.