public class Color extends Object
Constructor | Description |
---|---|
Color() |
Modifier and Type | Method | Description |
---|---|---|
Color |
A(Integer A) |
|
Color |
ARGB(Integer ARGB) |
|
Color |
B(Integer B) |
|
boolean |
equals(Object o) |
|
Color |
G(Integer G) |
|
Integer |
getA() |
Gets or sets the alpha component value of the color.
|
Integer |
getARGB() |
Gets or sets the 32-bit ARGB value.
|
Integer |
getB() |
Gets or sets the blue component value of the color.
|
Integer |
getG() |
Gets or sets the green component value of the color.
|
Boolean |
getIsEmpty() |
Gets or sets a value indicating whether Color is uninitialized.
|
String |
getName() |
Gets or sets a system-defined color.
|
Integer |
getR() |
Gets or sets the red component value of the color.
|
int |
hashCode() |
|
Color |
isEmpty(Boolean isEmpty) |
|
Color |
name(String name) |
|
Color |
R(Integer R) |
|
void |
setA(Integer A) |
|
void |
setARGB(Integer ARGB) |
|
void |
setB(Integer B) |
|
void |
setG(Integer G) |
|
void |
setIsEmpty(Boolean isEmpty) |
|
void |
setName(String name) |
|
void |
setR(Integer R) |
|
String |
toString() |
public Integer getA()
public void setA(Integer A)
public Integer getR()
public void setR(Integer R)
public Integer getG()
public void setG(Integer G)
public Integer getB()
public void setB(Integer B)
public Integer getARGB()
public void setARGB(Integer ARGB)
public String getName()
public void setName(String name)
public Boolean getIsEmpty()
public void setIsEmpty(Boolean isEmpty)
Copyright © 2019. All rights reserved.