We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7959bd7 commit 306380eCopy full SHA for 306380e
src/core/include/growl/core/graphics/color.h
@@ -7,6 +7,9 @@ struct Color {
7
float b;
8
float a;
9
10
+ Color()
11
+ : Color(0, 0, 0, 0) {}
12
+
13
Color(float r, float g, float b, float a)
14
: r{r}
15
, g{g}
0 commit comments