toggle menu
Nutrient Java SDK
JVM
Guides
Ver. 1.X
switch theme
search in API
Nutrient Java SDK
/
io.nutrient.sdk.types
/
Color
Color
public
final
class
Color
Represents a color in ARGB format.
Members
Functions
from
Argb
Link copied to clipboard
public
final
static
Color
fromArgb
(
int alpha
,
int red
,
int green
,
int blue
)
Creates a Color from ARGB components.
to
String
Link copied to clipboard
public
final
String
toString
(
)
Returns a string representation of the color in "A, R, G, B" format.