Uses of Interface
crystalspace.jbind.interfaces.ivideo.halo.iHalo

Packages that use iHalo
crystalspace.jbind.impl.video.graph3d   
crystalspace.jbind.impl.video.halo   
crystalspace.jbind.interfaces.ivideo.graph3d   
 

Uses of iHalo in crystalspace.jbind.impl.video.graph3d
 

Methods in crystalspace.jbind.impl.video.graph3d that return iHalo
 iHalo csGraphics3D.createHalo(float iR, float iG, float iB, byte iAlpha, int iWidth, int iHeight)
           
 

Uses of iHalo in crystalspace.jbind.impl.video.halo
 

Classes in crystalspace.jbind.impl.video.halo that implement iHalo
 class csHalo
           
 

Uses of iHalo in crystalspace.jbind.interfaces.ivideo.graph3d
 

Methods in crystalspace.jbind.interfaces.ivideo.graph3d that return iHalo
 iHalo iGraphics3D.createHalo(float iR, float iG, float iB, byte iAlpha, int iWidth, int iHeight)
          Create a halo of the specified color and return a handle.