Class HColorAutomaticLegacy
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.color.HColorAutomaticLegacy
-
-
Constructor Summary
Constructors Constructor Description HColorAutomaticLegacy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
asString()
UBackground
bg()
HColor
darken(int ratio)
HColor
darkSchemeTheme()
boolean
isDark()
HColor
lighten(int ratio)
HColor
reverse()
HColor
reverseHsluv()
-
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
-
-
-
-
Method Detail
-
bg
public UBackground bg()
-
reverseHsluv
public HColor reverseHsluv()
- Specified by:
reverseHsluv
in interfaceHColor
-
darkSchemeTheme
public HColor darkSchemeTheme()
- Specified by:
darkSchemeTheme
in interfaceHColor
-
-