public final class ColorConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.joml.Vector4fc |
black
Black immutable color vector.
|
static org.joml.Vector4fc |
BLACK
Black immutable color vector.
|
static org.joml.Vector4fc |
blue
Blue immutable color vector.
|
static org.joml.Vector4fc |
BLUE
Blue immutable color vector.
|
static org.joml.Vector4fc |
DARK_BLUE
Dark-blue immutable color vector.
|
static org.joml.Vector4fc |
DARK_GRAY
Dark-gray immutable color vector.
|
static org.joml.Vector4fc |
DARK_GREEN
Dark-green immutable color vector.
|
static org.joml.Vector4fc |
DARK_RED
Dark-red immutable color vector.
|
static org.joml.Vector4fc |
darkBlue
Dark-blue immutable color vector.
|
static org.joml.Vector4fc |
darkGray
Dark-gray immutable color vector.
|
static org.joml.Vector4fc |
darkGreen
Dark-green immutable color vector.
|
static org.joml.Vector4fc |
darkRed
Dark-red immutable color vector.
|
static org.joml.Vector4fc |
gray
Gray immutable color vector.
|
static org.joml.Vector4fc |
GRAY
Gray immutable color vector.
|
static org.joml.Vector4fc |
green
Green immutable color vector.
|
static org.joml.Vector4fc |
GREEN
Green immutable color vector.
|
static org.joml.Vector4fc |
LIGHT_BLACK
Light-black immutable color vector.
|
static org.joml.Vector4fc |
LIGHT_BLUE
Light-blue immutable color vector.
|
static org.joml.Vector4fc |
LIGHT_GRAY
Light-gray immutable color vector.
|
static org.joml.Vector4fc |
LIGHT_GREEN
Light-green immutable color vector.
|
static org.joml.Vector4fc |
LIGHT_RED
Light-red immutable color vector.
|
static org.joml.Vector4fc |
lightBlack
Light-black immutable color vector.
|
static org.joml.Vector4fc |
lightBlue
Light-blue immutable color vector.
|
static org.joml.Vector4fc |
lightGray
Light-gray immutable color vector.
|
static org.joml.Vector4fc |
lightGreen
Light-green immutable color vector.
|
static org.joml.Vector4fc |
lightRed
Light-red immutable color vector.
|
static org.joml.Vector4fc |
red
Red immutable color vector.
|
static org.joml.Vector4fc |
RED
Red immutable color vector.
|
static org.joml.Vector4fc |
transparent
Transparent immutable color vector.
|
static org.joml.Vector4fc |
TRANSPARENT
Transparent immutable color vector.
|
static org.joml.Vector4fc |
white
White immutable color vector.
|
static org.joml.Vector4fc |
WHITE
White immutable color vector.
|
Modifier and Type | Method and Description |
---|---|
static org.joml.Vector4f |
black()
Black color vector.
|
static org.joml.Vector4f |
blue()
Blue color vector.
|
static org.joml.Vector4f |
darkBlue()
Dark-blue color vector.
|
static org.joml.Vector4f |
darkGray()
Dark-gray color vector.
|
static org.joml.Vector4f |
darkGreen()
Dark-green color vector.
|
static org.joml.Vector4f |
darkRed()
Dark-red color vector.
|
static org.joml.Vector4f |
gray()
Gray color vector.
|
static org.joml.Vector4f |
green()
Green color vector.
|
static org.joml.Vector4f |
lightBlack()
Light-black color vector.
|
static org.joml.Vector4f |
lightBlue()
Light-blue color vector.
|
static org.joml.Vector4f |
lightGray()
Light-gray color vector.
|
static org.joml.Vector4f |
lightGreen()
Light-green color vector.
|
static org.joml.Vector4f |
lightRed()
Light-red color vector.
|
static org.joml.Vector4f |
red()
Red color vector.
|
static org.joml.Vector4f |
transparent()
Transparent color vector.
|
static org.joml.Vector4f |
white()
White color vector.
|
public static final org.joml.Vector4fc RED
public static final org.joml.Vector4fc red
public static final org.joml.Vector4fc GREEN
public static final org.joml.Vector4fc green
public static final org.joml.Vector4fc BLUE
public static final org.joml.Vector4fc blue
public static final org.joml.Vector4fc DARK_RED
public static final org.joml.Vector4fc darkRed
public static final org.joml.Vector4fc DARK_GREEN
public static final org.joml.Vector4fc darkGreen
public static final org.joml.Vector4fc DARK_BLUE
public static final org.joml.Vector4fc darkBlue
public static final org.joml.Vector4fc LIGHT_RED
public static final org.joml.Vector4fc lightRed
public static final org.joml.Vector4fc LIGHT_GREEN
public static final org.joml.Vector4fc lightGreen
public static final org.joml.Vector4fc LIGHT_BLUE
public static final org.joml.Vector4fc lightBlue
public static final org.joml.Vector4fc BLACK
public static final org.joml.Vector4fc black
public static final org.joml.Vector4fc LIGHT_BLACK
public static final org.joml.Vector4fc lightBlack
public static final org.joml.Vector4fc WHITE
public static final org.joml.Vector4fc white
public static final org.joml.Vector4fc TRANSPARENT
public static final org.joml.Vector4fc transparent
public static final org.joml.Vector4fc LIGHT_GRAY
public static final org.joml.Vector4fc lightGray
public static final org.joml.Vector4fc DARK_GRAY
public static final org.joml.Vector4fc darkGray
public static final org.joml.Vector4fc GRAY
public static final org.joml.Vector4fc gray
public static org.joml.Vector4f red()
public static org.joml.Vector4f green()
public static org.joml.Vector4f blue()
public static org.joml.Vector4f darkRed()
public static org.joml.Vector4f darkGreen()
public static org.joml.Vector4f darkBlue()
public static org.joml.Vector4f lightRed()
public static org.joml.Vector4f lightGreen()
public static org.joml.Vector4f lightBlue()
public static org.joml.Vector4f black()
public static org.joml.Vector4f lightBlack()
public static org.joml.Vector4f white()
public static org.joml.Vector4f transparent()
public static org.joml.Vector4f lightGray()
public static org.joml.Vector4f darkGray()
public static org.joml.Vector4f gray()