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 classColorA mutable Color classFields in org.lwjgl.util declared as ReadableColor Modifier and Type Field Description static ReadableColorReadableColor. BLACKstatic ReadableColorReadableColor. BLUEstatic ReadableColorReadableColor. CYANstatic ReadableColorReadableColor. DKGREYstatic ReadableColorReadableColor. GREENstatic ReadableColorReadableColor. GREYstatic ReadableColorReadableColor. LTGREYstatic ReadableColorReadableColor. ORANGEstatic ReadableColorReadableColor. PURPLEstatic ReadableColorReadableColor. REDstatic ReadableColorReadableColor. WHITEstatic ReadableColorReadableColor. YELLOWMethods in org.lwjgl.util with parameters of type ReadableColor Modifier and Type Method Description voidColor. setColor(ReadableColor src)Set this color's color by copying another colorvoidWritableColor. 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
-