Create a color palette and add it to a header file in the include folder. There should be colors for: text, background, secondary elements (borders, decorations), correct answer, incorrect answer
The variables should look like this:
inline constexpr Color text = Color{217, 203, 109, 255};
The colors are rgb and have a transparency which should always be 255.
In this example red = 217, blue = 203, green = 109.
Don't forget to include raylib.h
Create a color palette and add it to a header file in the include folder. There should be colors for: text, background, secondary elements (borders, decorations), correct answer, incorrect answer The variables should look like this:
The colors are rgb and have a transparency which should always be 255. In this example red = 217, blue = 203, green = 109. Don't forget to include raylib.h