---------------------------------------------------------------------- This is the API documentation for the gdtest_no_darkmode library. ---------------------------------------------------------------------- ## Functions Public functions light_func(x: int) -> int Apply a light transformation to the input. Parameters ---------- x The input integer value. Returns ------- int The transformed value. bright_func(x: int) -> int Apply a bright transformation to the input. Parameters ---------- x The input integer value. Returns ------- int The transformed value.