Revision: 12543
          http://sourceforge.net/p/skim-app/code/12543
Author:   hofman
Date:     2021-11-10 23:10:47 +0000 (Wed, 10 Nov 2021)
Log Message:
-----------
Use luminance weights from CIE standards

Modified Paths:
--------------
    trunk/NSGraphics_SKExtensions.m

Modified: trunk/NSGraphics_SKExtensions.m
===================================================================
--- trunk/NSGraphics_SKExtensions.m     2021-11-10 23:07:47 UTC (rev 12542)
+++ trunk/NSGraphics_SKExtensions.m     2021-11-10 23:10:47 UTC (rev 12543)
@@ -184,9 +184,9 @@
 
 #pragma mark -
 
-#define LR 0.3086 * 1.987
-#define LG 0.6094 * 1.987
-#define LB 0.0820 * 1.987
+#define LR 0.2126 * 1.987
+#define LG 0.7152 * 1.987
+#define LB 0.0722 * 1.987
 
 extern NSArray *SKColorEffectFilters(void) {
     NSMutableArray *filters = [NSMutableArray array];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to