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

Quick Search    Search Deep

Uses of Class
org.libsdl.video.SDLRGBA

Uses of SDLRGBA in org.libsdl.video
 

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

Methods in org.libsdl.video with parameters of type SDLRGBA
 int SDLPixelFormat.mapRGBA(SDLRGBA rgba)
          Converts an SDLRGBA object into a 32 bit integer pixel.