---------------------------------------------------------------------- This is the API documentation for the gdtest_navbar_color_split library. ---------------------------------------------------------------------- ## Functions Public functions warm(temperature: float) -> str Create a warm color value from a temperature. Parameters ---------- temperature Color temperature in Kelvin (2000–4500). Returns ------- str A warm hex color. cool(temperature: float) -> str Create a cool color value from a temperature. Parameters ---------- temperature Color temperature in Kelvin (5500–10000). Returns ------- str A cool hex color.