Class ColorUtils
java.lang.Object
net.sourceforge.plantuml.klimt.color.ColorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic intgetGrayScale(Color color) static ColorgetGrayScaleColor(Color color) static ColorgetGrayScaleColorReverse(Color color) static intgetGrayScaleFromRGB(int rgb) static ColorgetReversed(Color color) static ColorgrayToColor(double coef, Color color) static ColorreverseHsluv(Color color)
-
Constructor Details
-
ColorUtils
public ColorUtils()
-
-
Method Details
-
getGrayScale
-
getGrayScaleFromRGB
public static int getGrayScaleFromRGB(int rgb) -
getGrayScaleColor
-
getGrayScaleColorReverse
-
distance
-
reverseHsluv
-
grayToColor
-
getReversed
-