diff --git a/documentation/functions.html b/documentation/functions.html index 1af6abc93..140467da8 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -13,9 +13,9 @@ A.
-
-
-#include <FL/Enumerations.H> -- -
-Fl_Color fl_average_color(Fl_Color c1, Fl_Color c2, float weight); -- -
Returns the weighted average color between the two colors. -The red, green, and blue values are averaged using the following -formula: - -
-color = c1 * weight + c2 * (1 - weight) -- -
Thus, a weight value of 1.0 will return the
-first color, while a value of 0.0 will return the second color.
-
-
+
+
+#include <FL/Enumerations.H> ++ +
+Fl_Color fl_color_average(Fl_Color c1, Fl_Color c2, float weight); ++ +
Returns the weighted average color between the two colors. +The red, green, and blue values are averaged using the following +formula: + +
+color = c1 * weight + c2 * (1 - weight) ++ +
Thus, a weight value of 1.0 will return the
+first color, while a value of 0.0 will return the second color.
+
+