Uses of Interface
org.lwjgl.util.ReadableColor

Packages that use ReadableColor
org.lwjgl.util   
 

Uses of ReadableColor in org.lwjgl.util
 

Classes in org.lwjgl.util that implement ReadableColor
 class Color
          A mutable Color class
 

Fields in org.lwjgl.util declared as ReadableColor
static ReadableColor ReadableColor.BLACK
           
static ReadableColor ReadableColor.BLUE
           
static ReadableColor ReadableColor.CYAN
           
static ReadableColor ReadableColor.DKGREY
           
static ReadableColor ReadableColor.GREEN
           
static ReadableColor ReadableColor.GREY
           
static ReadableColor ReadableColor.LTGREY
           
static ReadableColor ReadableColor.ORANGE
           
static ReadableColor ReadableColor.PURPLE
           
static ReadableColor ReadableColor.RED
           
static ReadableColor ReadableColor.WHITE
           
static ReadableColor ReadableColor.YELLOW
           
 

Methods in org.lwjgl.util with parameters of type ReadableColor
 void Color.setColor(ReadableColor src)
          Set this color's color by copying another color
 void WritableColor.setColor(ReadableColor src)
          Set this color's color by copying another color
 

Constructors in org.lwjgl.util with parameters of type ReadableColor
Color(ReadableColor c)
          Constructor for Color
 



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.