Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::RotateCursorImage Struct Reference

RGBA pixels for one custom editor cursor image. More...

#include "donner/editor/RotateCursorSet.h"

Collaboration diagram for donner::editor::RotateCursorImage:
[legend]

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.

Detailed Description

RGBA pixels for one custom editor cursor image.

Member Data Documentation

◆ height

int donner::editor::RotateCursorImage::height = 0

Cursor height in pixels.

◆ rgba

std::vector<unsigned char> donner::editor::RotateCursorImage::rgba

Straight-alpha RGBA pixels, tightly packed.

◆ width

int donner::editor::RotateCursorImage::width = 0

Cursor width in pixels.


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