Uses of Interface
org.lwjgl.util.ReadableColor
-
Packages that use ReadableColor Package Description org.lwjgl.util -
-
Uses of ReadableColor in org.lwjgl.util
Classes in org.lwjgl.util that implement ReadableColor Modifier and Type Class Description class
Color
A mutable Color classFields in org.lwjgl.util declared as ReadableColor Modifier and Type Field 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
Methods in org.lwjgl.util with parameters of type ReadableColor Modifier and Type Method Description void
Color. setColor(ReadableColor src)
Set this color's color by copying another colorvoid
WritableColor. setColor(ReadableColor src)
Set this color's color by copying another colorConstructors in org.lwjgl.util with parameters of type ReadableColor Constructor Description Color(ReadableColor c)
Constructor for Color
-