summaryrefslogtreecommitdiff
path: root/src/gui/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/color.h')
-rw-r--r--src/gui/color.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/color.h b/src/gui/color.h
index 646680d96..db8fda970 100644
--- a/src/gui/color.h
+++ b/src/gui/color.h
@@ -81,7 +81,8 @@ class Color final
/**
* Constructor. Constructs a color from the bytes in an integer.
- * Call it with a hexadecimal constant for HTML-style color representation.
+ * Call it with a hexadecimal constant for HTML-style color
+ * representation.
* The alpha component is 255 by default.
*
* EXAMPLE: Color(0xff50a0) constructs a very nice pinkish color.