summaryrefslogtreecommitdiff
path: root/src/makedepend
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-12-28 17:50:00 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-12-28 18:16:23 +0100
commit78cf29ba29aede2f0463e1747dc728787428d543 (patch)
tree8970367f542bd08e595072c1b9c2ce3cd49624d3 /src/makedepend
parent31327cd649b8ad5a6271057d823abe59a5362c60 (diff)
Improve and extend fl_contrast() (#370)
- Add internal fl_contrast_cielab() as the new default. - Keep old function as internal fl_contrast_legacy(). - Add fl_contrast_mode() to switch between fl_contrast() functions. - Add fl_contrast_level() to fine tune fl_contrast() per mode. - Add option to register and use a custom contrast function. - Add test/contrast.cxx test program. - Move all fl_contrast() related code to a new file src/fl_contrast.cxx. - Add fl_lightness() convenience function for perceived lightness. - Add fl_luminance() convenience function for physical luminance.
Diffstat (limited to 'src/makedepend')
-rw-r--r--src/makedepend9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/makedepend b/src/makedepend
index dfcd68586..5db28d5a8 100644
--- a/src/makedepend
+++ b/src/makedepend
@@ -1371,6 +1371,15 @@ Fl_compose.o: ../FL/Fl_Valuator.H
Fl_compose.o: ../FL/Fl_Widget.H
Fl_compose.o: ../FL/platform_types.h
Fl_compose.o: Fl_Screen_Driver.H
+fl_contrast.o: ../FL/Enumerations.H
+fl_contrast.o: ../FL/Fl.H
+fl_contrast.o: ../FL/Fl_Cairo.H
+fl_contrast.o: ../FL/fl_casts.H
+fl_contrast.o: ../FL/fl_config.h
+fl_contrast.o: ../FL/Fl_Export.H
+fl_contrast.o: ../FL/fl_types.h
+fl_contrast.o: ../FL/fl_utf8.h
+fl_contrast.o: ../FL/platform_types.h
Fl_Copy_Surface.o: ../FL/Enumerations.H
Fl_Copy_Surface.o: ../FL/Fl.H
Fl_Copy_Surface.o: ../FL/Fl_Bitmap.H