|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
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.