|
|
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.
|
◆ 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: