SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
source
Game
Util
Color.cpp
1
#include "Game/Util/Color.hpp"
2
3
void
Color8::set(
unsigned
char
_r,
unsigned
char
_g,
unsigned
char
_b,
unsigned
char
_a) {
4
r = _r;
5
g = _g;
6
b = _b;
7
a = _a;
8
}
Generated by
1.10.0