Package | Description |
---|---|
org.lwjgl.util |
Modifier and Type | Class and Description |
---|---|
class |
Color
A mutable Color class
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
Color(ReadableColor c)
Constructor for Color
|
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.