Class ColorUtils
java.lang.Object
net.sourceforge.plantuml.ugraphic.color.ColorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetGrayScale(int rgb) static intgetGrayScale(int red, int green, int blue) static intgetGrayScale(Color color) static ColorgetGrayScaleColor(Color color) static ColorgetGrayScaleColorReverse(Color color) static ColorgetReversed(Color color) static ColorgreyToColor(Color color, int grey) static ColorreverseHsluv(Color color)
-
Constructor Details
-
ColorUtils
public ColorUtils()
-
-
Method Details
-
getGrayScale
-
getGrayScale
public static int getGrayScale(int red, int green, int blue) -
getGrayScale
public static int getGrayScale(int rgb) -
getGrayScaleColor
-
getGrayScaleColorReverse
-
reverseHsluv
-
greyToColor
-
getReversed
-