Uses of Class
de.lessvoid.nifty.tools.Color

Packages that use Color
de.lessvoid.nifty.builder   
de.lessvoid.nifty.effects   
de.lessvoid.nifty.elements.render   
de.lessvoid.nifty.loaderv2.types.apply   
de.lessvoid.nifty.nulldevice   
de.lessvoid.nifty.render   
de.lessvoid.nifty.render.image   
de.lessvoid.nifty.render.image.renderstrategy   
de.lessvoid.nifty.spi.render   
de.lessvoid.nifty.tools   
de.lessvoid.xml.xpp3   
 

Uses of Color in de.lessvoid.nifty.builder
 

Methods in de.lessvoid.nifty.builder with parameters of type Color
 void StyleBuilder.backgroundColor(Color backgroundColor)
           
 void ElementBuilder.backgroundColor(Color backgroundColor)
           
 void StyleBuilder.color(Color color)
           
 void ElementBuilder.color(Color color)
           
 void StyleBuilder.selectionColor(Color color)
           
 void ElementBuilder.selectionColor(Color color)
           
 

Uses of Color in de.lessvoid.nifty.effects
 

Methods in de.lessvoid.nifty.effects with parameters of type Color
 void NiftyRenderDeviceProxy.renderQuad(int x, int y, int width, int height, Color topLeft, Color topRight, Color bottomRight, Color bottomLeft)
           
 void NiftyRenderDeviceProxy.renderText(String text, int x, int y, int selectionStart, int selectionEnd, Color c)
           
 void NiftyRenderDeviceProxy.setColor(Color colorParam)
           
 void NiftyRenderDeviceProxy.setColorIgnoreAlpha(Color color)
           
 

Uses of Color in de.lessvoid.nifty.elements.render
 

Methods in de.lessvoid.nifty.elements.render that return Color
 Color TextRenderer.getColor()
           
 

Methods in de.lessvoid.nifty.elements.render with parameters of type Color
 void TextRenderer.RenderFontNull.render(String text, int x, int y, Color fontColor, float size)
           
 void PanelRenderer.setBackgroundColor(Color newBackgroundColor)
          set a background color.
 void TextRenderer.setColor(Color newColor)
          set color.
 void TextRenderer.setTextSelectionColor(Color textSelectionColorParam)
          set new text selection color.
 

Uses of Color in de.lessvoid.nifty.loaderv2.types.apply
 

Fields in de.lessvoid.nifty.loaderv2.types.apply declared as Color
static Color Convert.DEFAULT_COLOR
           
 

Methods in de.lessvoid.nifty.loaderv2.types.apply that return Color
 Color Convert.color(String value)
           
 

Uses of Color in de.lessvoid.nifty.nulldevice
 

Methods in de.lessvoid.nifty.nulldevice with parameters of type Color
 void NullRenderDevice.renderFont(RenderFont font, String text, int x, int y, Color fontColor, float size)
           
 void NullRenderDevice.renderImage(RenderImage image, int x, int y, int width, int height, Color color, float imageScale)
           
 void NullRenderDevice.renderImage(RenderImage image, int x, int y, int w, int h, int srcX, int srcY, int srcW, int srcH, Color color, float scale, int centerX, int centerY)
           
 void NullRenderDevice.renderQuad(int x, int y, int width, int height, Color color)
           
 void NullRenderDevice.renderQuad(int x, int y, int width, int height, Color topLeft, Color topRight, Color bottomRight, Color bottomLeft)
           
 

Uses of Color in de.lessvoid.nifty.render
 

Methods in de.lessvoid.nifty.render with parameters of type Color
 void NiftyImage.render(int x, int y, int width, int height, Color color, float scale)
          Render the image using the given Box to specify the render attributes.
 void NiftyImageMode.render(RenderDevice renderDevice, RenderImage renderImage, int x, int y, int width, int height, Color color, float scale)
          Deprecated. Render image.
 void NiftyRenderEngineImpl.renderQuad(int x, int y, int width, int height, Color topLeft, Color topRight, Color bottomRight, Color bottomLeft)
           
 void NiftyRenderEngine.renderQuad(int x, int y, int width, int height, Color topLeft, Color topRight, Color bottomRight, Color bottomLeft)
          Renders a quad with different colors at the quad vertices.
protected  void NiftyRenderEngineImpl.renderSelectionText(String text, int x, int y, Color textColor, Color textSelectionColor, float textSize, int selectionStartParam, int selectionEndParam)
          Render a Text with some text selected.
 void NiftyRenderEngineImpl.renderText(String text, int x, int y, int selectionStart, int selectionEnd, Color textSelectionColor)
          renderText.
 void NiftyRenderEngine.renderText(String text, int x, int y, int selectionStart, int selectionEnd, Color textSelectionColor)
          renderText.
 void NiftyRenderEngineImpl.setColor(Color colorParam)
           
 void NiftyRenderEngine.setColor(Color colorParam)
          Set a new color.
 void NiftyRenderEngineImpl.setColorIgnoreAlpha(Color newColor)
          Set only the color component of the given color.
 void NiftyRenderEngine.setColorIgnoreAlpha(Color color)
          Set only the color component of the given color.
 

Uses of Color in de.lessvoid.nifty.render.image
 

Methods in de.lessvoid.nifty.render.image with parameters of type Color
 void ImageMode.render(RenderDevice renderDevice, RenderImage renderImage, int x, int y, int width, int height, Color color, float scale)
          Render image.
 void CompoundImageMode.render(RenderDevice renderDevice, RenderImage renderImage, int x, int y, int width, int height, Color color, float scale)
           
 

Uses of Color in de.lessvoid.nifty.render.image.renderstrategy
 

Methods in de.lessvoid.nifty.render.image.renderstrategy with parameters of type Color
 void ResizeStrategy.render(RenderDevice renderDevice, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 void RepeatStrategy.render(RenderDevice renderDevice, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 void RenderStrategy.render(RenderDevice renderDevice, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 void NinePartResizeStrategy.render(RenderDevice device, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 void ClampStrategy.render(RenderDevice renderDevice, RenderImage image, Box sourceArea, int x, int y, int width, int height, Color color, float scale)
           
 

Uses of Color in de.lessvoid.nifty.spi.render
 

Methods in de.lessvoid.nifty.spi.render with parameters of type Color
 void RenderDevice.renderFont(RenderFont font, String text, int x, int y, Color fontColor, float size)
          Render the given text at the given position.
 void RenderDevice.renderImage(RenderImage image, int x, int y, int width, int height, Color color, float imageScale)
          Render the image.
 void RenderDevice.renderImage(RenderImage image, int x, int y, int w, int h, int srcX, int srcY, int srcW, int srcH, Color color, float scale, int centerX, int centerY)
          Render a sub image of this image.
 void RenderDevice.renderQuad(int x, int y, int width, int height, Color color)
          Render a quad.
 void RenderDevice.renderQuad(int x, int y, int width, int height, Color topLeft, Color topRight, Color bottomRight, Color bottomLeft)
          Render a quad with different colors at the vertices.
 

Uses of Color in de.lessvoid.nifty.tools
 

Fields in de.lessvoid.nifty.tools declared as Color
static Color Color.BLACK
          a black color.
static Color Color.NONE
          the default empty color.
static Color Color.WHITE
          a white color.
 

Methods in de.lessvoid.nifty.tools that return Color
static Color Color.randomColor()
           
 Color Color.setAlpha(float newColorAlpha)
          Set color alpha.
 

Methods in de.lessvoid.nifty.tools with parameters of type Color
 void Color.linear(Color start, Color end, float t)
          linear interpolate between the start color and the end color and updates this color.
 void Color.mutiply(Color color, float factor)
          Multiply all components with the given factor.
 

Constructors in de.lessvoid.nifty.tools with parameters of type Color
Color(Color colorParam)
           
Color(Color newColor, float newAlpha)
          Create a color from another color, using the given alpha value.
 

Uses of Color in de.lessvoid.xml.xpp3
 

Methods in de.lessvoid.xml.xpp3 that return Color
 Color Attributes.getAsColor(String name)
           
 



Copyright © 2011. All Rights Reserved.