Package ru.cwcode.cwutils.colors
Class RGB
java.lang.Object
ru.cwcode.cwutils.colors.RGB
- All Implemented Interfaces:
net.kyori.adventure.util.RGBLike
-
Constructor Details
-
RGB
public RGB(net.kyori.adventure.text.format.NamedTextColor color) -
RGB
public RGB() -
RGB
public RGB(int r, int g, int b)
-
-
Method Details
-
red
public int red()- Specified by:
redin interfacenet.kyori.adventure.util.RGBLike
-
green
public int green()- Specified by:
greenin interfacenet.kyori.adventure.util.RGBLike
-
blue
public int blue()- Specified by:
bluein interfacenet.kyori.adventure.util.RGBLike
-
toString
-