97 Color(
int r,
int g,
int b,
int a = 255);
163 #endif // end GCN_COLOR_HPP
Vec2T< T > operator+(const Vec2T< T > &lhs, const Vec2T< T > &rhs)
Definition: vec2i.h:92
int b
Definition: color.h:153
int r
Definition: color.h:143
int a
Definition: color.h:159
int g
Definition: color.h:148
Vec2T< T > operator*(const Vec2T< T > &lhs, int rhs)
Definition: vec2i.h:110
Definition: cliprectangle.cpp:61
bool operator!=(const Vec2T< T > &lhs, const Vec2T< T > &rhs)
Definition: vec2i.h:54
bool operator==(const Vec2T< T > &lhs, const Vec2T< T > &rhs)
Definition: vec2i.h:48
Vec2T< T > operator-(const Vec2T< T > &lhs, const Vec2T< T > &rhs)
Definition: vec2i.h:101