Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::svg::PaintServer::Solid Struct Reference

Represents a solid color paint server. More...

#include "donner/svg/properties/PaintServer.h"

Collaboration diagram for donner::svg::PaintServer::Solid:
[legend]

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: