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

Packages that use csRGBcolor
crystalspace.jbind.impl.csgfx.rgbpixel   
crystalspace.jbind.impl.video.graph2d   
crystalspace.jbind.impl.video.material   
crystalspace.jbind.interfaces.ivideo.graph2d   
crystalspace.jbind.interfaces.ivideo.material   
 

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

Methods in crystalspace.jbind.impl.csgfx.rgbpixel that return csRGBcolor
 csRGBcolor csRGBcolor.add(csRGBcolor c)
          add two csRGBcolors Definition at line 84 of file rgbpixel.h.
 

Methods in crystalspace.jbind.impl.csgfx.rgbpixel with parameters of type csRGBcolor
 boolean csRGBpixel.nEquals(csRGBcolor c)
          Check if the csRGBpixel is not equal to an csRGBcolor.
 void csRGBpixel.add(csRGBcolor c)
          Add a csRGBcolor.
 boolean csRGBpixel.equals(csRGBcolor c)
          Compare with an csRGBcolor.
 boolean csRGBcolor.nEquals(csRGBcolor c)
          Compare with an csRGBcolor.
 csRGBcolor csRGBcolor.add(csRGBcolor c)
          add two csRGBcolors Definition at line 84 of file rgbpixel.h.
 

Constructors in crystalspace.jbind.impl.csgfx.rgbpixel with parameters of type csRGBcolor
csRGBpixel(csRGBcolor c)
          Yet another copy constructor.
 

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

Methods in crystalspace.jbind.impl.video.graph2d with parameters of type csRGBcolor
 boolean csGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor, int hotspot_x, int hotspot_y, csRGBcolor fg, csRGBcolor bg)
           
 boolean csGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor, int hotspot_x, int hotspot_y, csRGBcolor fg)
           
 boolean csGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor, int hotspot_x, int hotspot_y)
           
 boolean csGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor, int hotspot_x)
           
 boolean csGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor)
           
 

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

Methods in crystalspace.jbind.impl.video.material with parameters of type csRGBcolor
 void csMaterial.setFlatColor(csRGBcolor col)
           
 

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

Methods in crystalspace.jbind.interfaces.ivideo.graph2d with parameters of type csRGBcolor
 boolean iGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor)
          Set mouse cursor using an image.
 boolean iGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor, int hotspot_x)
          Set mouse cursor using an image.
 boolean iGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor, int hotspot_x, int hotspot_y)
          Set mouse cursor using an image.
 boolean iGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor, int hotspot_x, int hotspot_y, csRGBcolor fg)
          Set mouse cursor using an image.
 boolean iGraphics2D.setMouseCursor(iImage image, csRGBcolor keycolor, int hotspot_x, int hotspot_y, csRGBcolor fg, csRGBcolor bg)
          Set mouse cursor using an image.
 

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

Methods in crystalspace.jbind.interfaces.ivideo.material with parameters of type csRGBcolor
 void iMaterial.setFlatColor(csRGBcolor col)
          Set the flat shading color.