Revision: 12532
http://sourceforge.net/p/skim-app/code/12532
Author: hofman
Date: 2021-11-06 19:05:38 +0000 (Sat, 06 Nov 2021)
Log Message:
-----------
Remove partial comment that does not make sense anymore
Modified Paths:
--------------
trunk/NSGraphics_SKExtensions.m
Modified: trunk/NSGraphics_SKExtensions.m
===================================================================
--- trunk/NSGraphics_SKExtensions.m 2021-11-06 19:03:29 UTC (rev 12531)
+++ trunk/NSGraphics_SKExtensions.m 2021-11-06 19:05:38 UTC (rev 12532)
@@ -195,7 +195,6 @@
if (SKHasDarkAppearance(NSApp) && [[NSUserDefaults standardUserDefaults]
boolForKey:SKInvertColorsInDarkModeKey]) {
// this is almost equivalent to CIColorInvert, but with white mapped
to dark gray ~ controlBackgroundColor
// combined with a matrix representation of CIHueAdjust with
inpueAngle=M_PI
- // CIColorInvert+CIHueAdjust would be A=1/3, B=-2/3
if ((filter = [CIFilter filterWithName:@"CIColorMatrix"
keysAndValues:@"inputRVector", [CIVector vectorWithX:0.566538 Y:-1.411410
Z:-0.142128], @"inputGVector", [CIVector vectorWithX:-0.420462 Y:-0.424410
Z:-0.142128], @"inputBVector", [CIVector vectorWithX:-0.420462 Y:-1.41141
Z:0.844872], @"inputBiasVector", [CIVector vectorWithX:1.0 Y:1.0 Z:1.0], nil]))
[filters addObject:filter];
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit