Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::gui::EditorWindowOptions Struct Reference
Collaboration diagram for donner::editor::gui::EditorWindowOptions:
[legend]

Public Attributes

std::string title = "Donner SVG Editor"
int initialWidth = 1280
int initialHeight = 720
float clearColor [4] = {0.11f, 0.11f, 0.13f, 1.0f}
 Background clear color (RGBA, 0..1). Matches the viewport surround when the document doesn't fill the whole window.

Member Data Documentation

◆ clearColor

float donner::editor::gui::EditorWindowOptions::clearColor[4] = {0.11f, 0.11f, 0.13f, 1.0f}

Background clear color (RGBA, 0..1). Matches the viewport surround when the document doesn't fill the whole window.

◆ initialHeight

int donner::editor::gui::EditorWindowOptions::initialHeight = 720

◆ initialWidth

int donner::editor::gui::EditorWindowOptions::initialWidth = 1280

◆ title

std::string donner::editor::gui::EditorWindowOptions::title = "Donner SVG Editor"

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