Class HColorAutomatic
java.lang.Object
net.sourceforge.plantuml.ugraphic.color.HColorAutomatic
-
Constructor Summary
ConstructorsConstructorDescriptionHColorAutomatic
(HColor colorForLight, HColor colorForDark, HColor colorForTransparent) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.ugraphic.color.HColor
asString, bg, darken, darkSchemeTheme, isDark, lighten, reverse, reverseHsluv
-
Constructor Details
-
HColorAutomatic
-
-
Method Details
-
getAppropriateColor
-
bg
-
lighten
-
darken
-
reverseHsluv
- Specified by:
reverseHsluv
in interfaceHColor
-
reverse
-
isDark
public boolean isDark() -
asString
public java.lang.String asString() -
darkSchemeTheme
- Specified by:
darkSchemeTheme
in interfaceHColor
-