---------------------------------------------------------------------- This is the API documentation for the gdtest_navbar_color_same library. ---------------------------------------------------------------------- ## Functions Public functions blend(color_a: str, color_b: str) -> str Blend two colors together. Parameters ---------- color_a First CSS color. color_b Second CSS color. Returns ------- str The blended result. mix(colors: list[str], weights: list[float] | None = None) -> str Mix multiple colors with optional weights. Parameters ---------- colors List of CSS color strings. weights Optional weights for each color. Returns ------- str The mixed color value.