Utility class for manipulating RGBA colors.
Definition Color.hpp:40
static const Color White
White predefined color.
Definition Color.hpp:83
Definition BlendMode.hpp:34
Vector2< float > Vector2f
Definition Vector2.hpp:226
Define a point with color and texture coordinates.
Definition Vertex.hpp:44
Color color
Color of the vertex.
Definition Vertex.hpp:49
Vector2f position
2D position of the vertex
Definition Vertex.hpp:48
Vector2f texCoords
Coordinates of the texture's pixel to map to the vertex NOLINT(readability-redundant-member-init).
Definition Vertex.hpp:50