| Constructor and Description |
|---|
Color(double red,
double green,
double blue,
double opacity,
Application app) |
Color(int rgba,
boolean hasalpha,
Application app) |
Color(int red,
int green,
int blue,
Application app) |
Color(String text,
Application app) |
| Modifier and Type | Method and Description |
|---|---|
static Color |
BLACK(Application app) |
double |
blue() |
int |
blue255() |
String |
format() |
static String |
format(AppColor c) |
double |
green() |
int |
green255() |
static Color |
LIGHT_GRAY(Application app) |
static Color |
of(String text,
Application app) |
double |
opacity() |
int |
opacity255() |
AppColorPeer |
peer() |
double |
red() |
int |
red255() |
int |
rgba() |
static Color |
WHITE(Application app) |
public Color(String text, Application app)
public Color(int red,
int green,
int blue,
Application app)
public Color(int rgba,
boolean hasalpha,
Application app)
public Color(double red,
double green,
double blue,
double opacity,
Application app)
public static Color of(String text, Application app)
public static Color BLACK(Application app)
public static Color WHITE(Application app)
public static Color LIGHT_GRAY(Application app)
public int opacity255()
opacity255 in interface AppColorpublic AppColorPeer peer()
Copyright © 2021 vpc open source initiative. All rights reserved.