public class ColorSVG
extends java.lang.Object
Constructor and Description |
---|
ColorSVG(int value) |
ColorSVG(int value,
boolean withAlpha) |
ColorSVG(int r,
int g,
int b) |
Modifier and Type | Method and Description |
---|---|
static ColorSVG |
createNoneColor() |
int |
getAlpha() |
int |
getRGB() |
public ColorSVG(int value)
public ColorSVG(int value, boolean withAlpha)
public ColorSVG(int r, int g, int b)
public static ColorSVG createNoneColor()
public int getAlpha()
public int getRGB()