summaryrefslogtreecommitdiff
path: root/documentation/src/drawing.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-06-28 13:47:33 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-06-28 13:47:33 +0200
commit216ddd09c9255597ddb3a4cc8005dc94ad6878c1 (patch)
treecfdff2d6171ec92ff2819ca7439e2da6d80cd7d3 /documentation/src/drawing.dox
parentbdd658ee35345768a49e57d55381ec4b68fc7e88 (diff)
Update documentation
Diffstat (limited to 'documentation/src/drawing.dox')
-rw-r--r--documentation/src/drawing.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 9fd2c5650..b2fe19e5f 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -409,7 +409,7 @@ used up to FLTK 1.3.x. You can use
fl_contrast_mode(FL_CONTRAST_LEGACY);
early in your program to select the old behavior if you really need strict backwards
-compatibility but this is discouraged because the new algorithm is much better with
+compatibility. This is discouraged because the new algorithm is much better with
regard to human contrast perception. The default mode since FLTK 1.4.0 is
fl_contrast_mode(FL_CONTRAST_CIELAB);