#define SFML_GRAPHICS_API
Vector2< T > & operator-=(Vector2< T > &left, const Vector2< T > &right)
Vector2< T > operator-(const Vector2< T > &right)
Vector2< T > operator*(const Vector2< T > &left, T right)
Vector2< T > operator+(const Vector2< T > &left, const Vector2< T > &right)
Vector2< T > & operator*=(Vector2< T > &left, T right)
Vector2< T > & operator+=(Vector2< T > &left, const Vector2< T > &right)
Utility class for manipulating RGBA colors.
static const Color Red
Red predefined color.
static const Color White
White predefined color.
Color(Uint32 color)
Construct the color from 32-bit unsigned integer.
static const Color Transparent
Transparent (black) predefined color.
Uint8 a
Alpha (opacity) component.
static const Color Cyan
Cyan predefined color.
static const Color Magenta
Magenta predefined color.
static const Color Black
Black predefined color.
static const Color Green
Green predefined color.
static const Color Blue
Blue predefined color.
Uint32 toInteger() const
Retrieve the color as a 32-bit unsigned integer.
Color()
Default constructor.
Color(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255)
Construct the color from its 4 RGBA components.
static const Color Yellow
Yellow predefined color.
SFML_NETWORK_API bool operator==(const IpAddress &left, const IpAddress &right)
Overload of == operator to compare two IP addresses.
SFML_NETWORK_API bool operator!=(const IpAddress &left, const IpAddress &right)
Overload of != operator to compare two IP addresses.