Uses of Class
de.vatrasoft.vatralib.gfx.Color
-
Packages that use Color Package Description de.vatrasoft.vatralib.gfx Classes related to graphics operations (i.e. manipulating the screen) and input handling. -
-
Uses of Color in de.vatrasoft.vatralib.gfx
Fields in de.vatrasoft.vatralib.gfx declared as Color Modifier and Type Field Description static ColorColor. BLACKThe color black.static ColorColor. BLUEThe color blue.static ColorColor. CYANThe color cyan.static ColorColor. DARK_GRAYThe color dark gray.static ColorColor. GREENThe color green.static ColorColor. LIGHT_GRAYThe color light gray.static ColorColor. MAGENTAThe color magenta.static ColorColor. ORANGEThe color orange.static ColorColor. REDThe color red.static ColorColor. WHITEThe color white.static ColorColor. YELLOWThe color yellow.Methods in de.vatrasoft.vatralib.gfx that return Color Modifier and Type Method Description static ColorColor. of(int red, int green, int blue)Creates theColorwith the given RGB values.static ColorColor. of(java.lang.String colorString)Creates theColorwith the RGB values contained in the given color string.Methods in de.vatrasoft.vatralib.gfx with parameters of type Color Modifier and Type Method Description voidGfxBinding. createWindow(java.lang.String windowTitle, int width, int height, Color backgroundColor, boolean fullscreen)Creates a window with the given title and dimensions, using the given color as background.voidGfxBinding. setBackgroundColor(Color color)Sets the desired background color for the active window.
-