MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setRGBA

Method setRGBA

include/JSystem/JUtility/TColor.h:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 void setRGB(const TColor &other) { setRGB(other.r, other.g, other.b); }
62
63 void setRGBA(const TColor &other)
64 {
65 r = other.r;
66 g = other.g;
67 b = other.b;
68 a = other.a;
69 }
70
71 // fabricated. but helped solve regswaps in a function
72 void setRGBA(const TColor &RGB, u8 _a)

Callers 5

drawMainMethod · 0.80
drawMainMethod · 0.80
drawMainMethod · 0.80
drawMainMethod · 0.80
drawMainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected