Added more preset colors

This commit is contained in:
Rebekah 2022-04-07 13:22:02 -04:00
parent 6d0f7065f6
commit cbd121da61
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5

View File

@ -34,6 +34,11 @@ constexpr rgba black(0, 0, 0);
constexpr rgba red(255, 0, 0); constexpr rgba red(255, 0, 0);
constexpr rgba green(0, 255, 0); constexpr rgba green(0, 255, 0);
constexpr rgba blue(0, 0, 255); constexpr rgba blue(0, 0, 255);
constexpr rgba yellow(255, 255, 0);
constexpr rgba orange(255, 120, 0);
constexpr rgba pink(255, 105, 180);
rgba RainbowCurrent();
} // namespace color } // namespace color
} // namespace glez } // namespace glez