mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
feat: Add Color & UI Fix for Temp
This commit is contained in:
@@ -41,6 +41,7 @@ private:
|
|||||||
void DrawPerformanceInfo(QPainter& painter);
|
void DrawPerformanceInfo(QPainter& painter);
|
||||||
void DrawFrameGraph(QPainter& painter);
|
void DrawFrameGraph(QPainter& painter);
|
||||||
QColor GetFpsColor(double fps) const;
|
QColor GetFpsColor(double fps) const;
|
||||||
|
QColor GetTemperatureColor(float temperature) const;
|
||||||
QString FormatFps(double fps) const;
|
QString FormatFps(double fps) const;
|
||||||
QString FormatFrameTime(double frame_time_ms) const;
|
QString FormatFrameTime(double frame_time_ms) const;
|
||||||
void AddFrameTime(double frame_time_ms);
|
void AddFrameTime(double frame_time_ms);
|
||||||
@@ -76,6 +77,7 @@ private:
|
|||||||
QColor border_color;
|
QColor border_color;
|
||||||
QColor text_color;
|
QColor text_color;
|
||||||
QColor fps_color;
|
QColor fps_color;
|
||||||
|
QColor temperature_color;
|
||||||
QColor graph_background_color;
|
QColor graph_background_color;
|
||||||
QColor graph_line_color;
|
QColor graph_line_color;
|
||||||
QColor graph_fill_color;
|
QColor graph_fill_color;
|
||||||
|
|||||||
Reference in New Issue
Block a user