Package ch.bailu.gtk.adw
Schnittstelle AccentColor
public interface AccentColor
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Use a blue color (`#3584e4`).static final int
Use a green color (`#3a944a`).static final int
Use a orange color (`#ed5b00`).static final int
Use a pink color (`#d56199`).static final int
Use a purple color (`#9141ac`).static final int
Use a red color (`#e62d42`).static final int
Use a slate color (`#6f8396`).static final int
Use a teal color (`#2190a4`).static final int
Use a yellow color (`#c88800`).
-
Felddetails
-
BLUE
static final int BLUEUse a blue color (`#3584e4`). This is the default value.- Siehe auch:
-
TEAL
static final int TEALUse a teal color (`#2190a4`).- Siehe auch:
-
GREEN
static final int GREENUse a green color (`#3a944a`).- Siehe auch:
-
YELLOW
static final int YELLOWUse a yellow color (`#c88800`).- Siehe auch:
-
ORANGE
static final int ORANGEUse a orange color (`#ed5b00`).- Siehe auch:
-
RED
static final int REDUse a red color (`#e62d42`).- Siehe auch:
-
PINK
static final int PINKUse a pink color (`#d56199`).- Siehe auch:
-
PURPLE
static final int PURPLEUse a purple color (`#9141ac`).- Siehe auch:
-
SLATE
static final int SLATEUse a slate color (`#6f8396`).- Siehe auch:
-