|
|
Donner
C++20 SVG rendering library
|
Represents a solid color paint server. More...
#include "donner/svg/properties/PaintServer.h"
Public Member Functions | |
| constexpr | Solid (css::Color color) |
| Construct a solid color paint server with the given color. | |
| bool | operator== (const Solid &) const =default |
| Equality operator. | |
Public Attributes | |
| css::Color | color |
| The color of the paint server. | |
Represents a solid color paint server.