src/gl/common.h

changeset 48
3c10f0e2fbe0
parent 46
98645c8e7704
child 53
3af627f7a40f
equal deleted inserted replaced
47:cd6704009eb9 48:3c10f0e2fbe0
156 struct RenderPreferences 156 struct RenderPreferences
157 { 157 {
158 gl::RenderStyle style = gl::RenderStyle::Normal; 158 gl::RenderStyle style = gl::RenderStyle::Normal;
159 QColor mainColor{255, 255, 64}; 159 QColor mainColor{255, 255, 64};
160 QColor backgroundColor{48, 48, 48}; 160 QColor backgroundColor{48, 48, 48};
161 QColor selectedColor{32, 32, 255};
161 GLfloat lineThickness = 2.0f; 162 GLfloat lineThickness = 2.0f;
162 bool lineAntiAliasing = true; 163 bool lineAntiAliasing = true;
163 }; 164 };
164 } 165 }

mercurial