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.
Loading...
Searching...
No Matches
donner::svg::PaintServer::Solid Struct Reference

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.

Detailed Description

Represents a solid color paint server.


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