We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbfc5a commit 9a40b0dCopy full SHA for 9a40b0d
api/base/Color.md
@@ -6,7 +6,7 @@ range 0 to 255, inclusive.
6
```
7
struct Color
8
{
9
- uint8 r, g, b, a;
+ uint8 a, r, g, b;
10
}
11
12
0 commit comments