Axle 0.1.0
A simple, lightweight C++ game framework built on top of Raylib.
 
Loading...
Searching...
No Matches
Axle::Color Member List

This is the complete list of members for Axle::Color, including all inherited members.

Color(unsigned char r, unsigned char g, unsigned char b, unsigned char a)Axle::Color
Color(unsigned char r, unsigned char g, unsigned char b)Axle::Color
Color()Axle::Color
Color(ColorPreset preset)Axle::Color
getA() constAxle::Color
getB() constAxle::Color
getG() constAxle::Color
getR() constAxle::Color
setA(unsigned char a)Axle::Color
setB(unsigned char b)Axle::Color
setColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a)Axle::Color
setColor(ColorPreset preset)Axle::Color
setG(unsigned char g)Axle::Color
setR(unsigned char r)Axle::Color