---------------------------------------------------------------------- This is the API documentation for the gdtest_navbar_color_light library. ---------------------------------------------------------------------- ## Functions Public functions paint(color: str) -> str Apply a paint color. Parameters ---------- color A CSS color string. Returns ------- str Confirmation message. shade(base: str, amount: float = 0.2) -> str Darken a base color by a relative amount. Parameters ---------- base Base CSS color. amount Fraction to darken (0–1). Returns ------- str The shaded color.