|
|
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.
|
RGBA pixels for one custom editor cursor image. More...
#include "donner/editor/RotateCursorSet.h"
Public Attributes | |
| int | width = 0 |
| Cursor width in pixels. | |
| int | height = 0 |
| Cursor height in pixels. | |
| std::vector< unsigned char > | rgba |
| Straight-alpha RGBA pixels, tightly packed. | |
RGBA pixels for one custom editor cursor image.
| int donner::editor::RotateCursorImage::height = 0 |
Cursor height in pixels.
| std::vector<unsigned char> donner::editor::RotateCursorImage::rgba |
Straight-alpha RGBA pixels, tightly packed.
| int donner::editor::RotateCursorImage::width = 0 |
Cursor width in pixels.