Uses of Class
crystalspace.jbind.impl.csgfx.rgbpixel.csRGBpixel

Packages that use csRGBpixel
crystalspace.jbind.impl.csgfx.rgbpixel   
crystalspace.jbind.impl.csgfx.shadervar   
crystalspace.jbind.impl.graphic.image   
crystalspace.jbind.impl.video.graph2d   
crystalspace.jbind.impl.video.material   
crystalspace.jbind.impl.video.txtmgr   
crystalspace.jbind.interfaces.igraphic.image   
crystalspace.jbind.interfaces.ivideo.graph2d   
crystalspace.jbind.interfaces.ivideo.material   
crystalspace.jbind.interfaces.ivideo.txtmgr   
 

Uses of csRGBpixel in crystalspace.jbind.impl.csgfx.rgbpixel
 

Methods in crystalspace.jbind.impl.csgfx.rgbpixel with parameters of type csRGBpixel
 boolean csRGBpixel.eq(csRGBpixel p)
          Compare with another csRGBpixel, but don't take alpha into account.
 boolean csRGBpixel.nEquals(csRGBpixel p)
          Check if this csRGBpixel is not equal to another csRGBpixel (including alpha).
 boolean csRGBpixel.equals(csRGBpixel p)
          Compare with an csRGBpixel (including alpha value).
 void csRGBpixel.safeAdd(csRGBpixel c)
          Use this in the general case.
 void csRGBpixel.set(csRGBpixel p)
          Assign another csRGBpixel.
 void csRGBpixel.unsafeAdd(csRGBpixel c)
          Use this only if you know there is no overflow.
 

Constructors in crystalspace.jbind.impl.csgfx.rgbpixel with parameters of type csRGBpixel
csRGBpixel(csRGBpixel p)
          Copy constructor.
 

Uses of csRGBpixel in crystalspace.jbind.impl.csgfx.shadervar
 

Methods in crystalspace.jbind.impl.csgfx.shadervar with parameters of type csRGBpixel
 boolean csShaderVariable.getValue(csRGBpixel value)
          Retrieve a color.
 boolean csShaderVariable.setValue(csRGBpixel value)
          Store a color.
 

Uses of csRGBpixel in crystalspace.jbind.impl.graphic.image
 

Methods in crystalspace.jbind.impl.graphic.image that return csRGBpixel
 csRGBpixel csImage.getPalette()
           
 

Methods in crystalspace.jbind.impl.graphic.image with parameters of type csRGBpixel
 iImage csImage.mipMap(int step, csRGBpixel transp)
           
 iImage csImage.sharpen(csRGBpixel transp, int strength)
           
 

Uses of csRGBpixel in crystalspace.jbind.impl.video.graph2d
 

Methods in crystalspace.jbind.impl.video.graph2d that return csRGBpixel
 csRGBpixel csGraphics2D.getPalette()
           
 

Uses of csRGBpixel in crystalspace.jbind.impl.video.material
 

Methods in crystalspace.jbind.impl.video.material that return csRGBpixel
 csRGBpixel csMaterial.getFlatColor()
           
 csRGBpixel csMaterial.getFlatColor(boolean useTextureMean)
           
 

Methods in crystalspace.jbind.impl.video.material with parameters of type csRGBpixel
 void csMaterialHandle.getFlatColor(csRGBpixel oColor)
           
 

Uses of csRGBpixel in crystalspace.jbind.impl.video.txtmgr
 

Methods in crystalspace.jbind.impl.video.txtmgr with parameters of type csRGBpixel
 void csRendererLightmap.setData(csRGBpixel[] data)
           
 

Uses of csRGBpixel in crystalspace.jbind.interfaces.igraphic.image
 

Methods in crystalspace.jbind.interfaces.igraphic.image that return csRGBpixel
 csRGBpixel iImage.getPalette()
          Get image palette (or 0 if no palette);.
 

Methods in crystalspace.jbind.interfaces.igraphic.image with parameters of type csRGBpixel
 iImage iImage.mipMap(int step, csRGBpixel transp)
          Create a new iImage which is a mipmapped version of this one.
 iImage iImage.sharpen(csRGBpixel transp, int strength)
          Create a sharpened copy of the image.
 

Uses of csRGBpixel in crystalspace.jbind.interfaces.ivideo.graph2d
 

Methods in crystalspace.jbind.interfaces.ivideo.graph2d that return csRGBpixel
 csRGBpixel iGraphics2D.getPalette()
          Get the palette (if there is one);.
 

Uses of csRGBpixel in crystalspace.jbind.interfaces.ivideo.material
 

Methods in crystalspace.jbind.interfaces.ivideo.material that return csRGBpixel
 csRGBpixel iMaterial.getFlatColor()
          Get the flat color.
 csRGBpixel iMaterial.getFlatColor(boolean useTextureMean)
          Get the flat color.
 

Methods in crystalspace.jbind.interfaces.ivideo.material with parameters of type csRGBpixel
 void iMaterialHandle.getFlatColor(csRGBpixel oColor)
          Get the flat color.
 

Uses of csRGBpixel in crystalspace.jbind.interfaces.ivideo.txtmgr
 

Methods in crystalspace.jbind.interfaces.ivideo.txtmgr with parameters of type csRGBpixel
 void iRendererLightmap.setData(csRGBpixel[] data)
          Set the image data of this lightmap.