Commit Graph

5 Commits

Author SHA1 Message Date
Onuralp SEZER bb4d741aff
feat(color.py): add color constants
This commit adds the WHITE, BLACK, RED, GREEN, and BLUE color constants
to the Color class in color.py. These constants represent
the corresponding colors in the RGB color space.

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-01-19 00:42:59 +03:00
pre-commit-ci[bot] 242ac5f7db fix(pre_commit): 🎨 auto format pre-commit hooks 2023-11-26 10:27:43 +00:00
SkalskiP e6f0ae8514 Add 'as_hex' method and corresponding test to Color class. 2023-11-26 11:25:59 +01:00
James Gallagher 4fbec12b06 run linter 2023-02-01 14:37:54 +00:00
SkalskiP ce7bfbe2c7 🧪 rename test directory `tests -> test` 2023-01-18 19:45:19 +01:00