Sparkle 0.0.1
Loading...
Searching...
No Matches
spk::ColorVertex Struct Reference

Vertex containing a position and color. More...

#include <spk_color_painter.hpp>

Collaboration diagram for spk::ColorVertex:
Collaboration graph

Public Attributes

Vector2Int pos
 Vertex position in integer coordinates.
Color color
 Vertex color value.

Detailed Description

Vertex containing a position and color.

spk::ColorVertex v{spk::Vector2Int{0, 0}, spk::Color::White};
Vertex containing a position and color.
Definition spk_color_painter.hpp:19

The documentation for this struct was generated from the following file: