---------------------------------------------------------------------- This is the API documentation for the gdtest_navbar_color_dark library. ---------------------------------------------------------------------- ## Functions Public functions tint(color: str) -> str Apply a tint to a color. Parameters ---------- color A CSS color string. Returns ------- str Tinted color value. lighten(base: str, amount: float = 0.2) -> str Lighten a base color by a relative amount. Parameters ---------- base Base CSS color. amount Fraction to lighten (0–1). Returns ------- str The lightened color.