Skip to content

Commit

Permalink
Removing unnecessary explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Knoficooki authored Jan 10, 2025
1 parent 3cd02b9 commit 5d51d9f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/Color.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ class Color : public ::Color {
*/
[[nodiscard]] Color AlphaBlend(::Color dst, ::Color tint) const { return ::ColorAlphaBlend(dst, *this, tint); }

/**
* The default color preprocessors wrapped as constexpr
* Use:
* raylib::Color::RayWhite
*/
static constexpr Color LightGray = LIGHTGRAY;
static constexpr Color Gray = GRAY;
static constexpr Color DarkGray = DARKGRAY;
Expand Down

0 comments on commit 5d51d9f

Please sign in to comment.