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.StringasString()UBackgroundbg()HColordarken(int ratio)HColordarkSchemeTheme()booleanisDark()HColorlighten(int ratio)HColorreverse()HColorreverseHsluv()-
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:
reverseHsluvin interfaceHColor
-
darkSchemeTheme
public HColor darkSchemeTheme()
- Specified by:
darkSchemeThemein interfaceHColor
-
-