Revision: 16524
http://sourceforge.net/p/skim-app/code/16524
Author: hofman
Date: 2026-09-22 14:16:26 +0000 (Tue, 22 Sep 2026)
Log Message:
-----------
fix color components
Modified Paths:
--------------
trunk/SkimNotes/PDFAnnotation_SKNExtensions.m
Modified: trunk/SkimNotes/PDFAnnotation_SKNExtensions.m
===================================================================
--- trunk/SkimNotes/PDFAnnotation_SKNExtensions.m 2026-09-22 09:12:35 UTC
(rev 16523)
+++ trunk/SkimNotes/PDFAnnotation_SKNExtensions.m 2026-09-22 14:16:26 UTC
(rev 16524)
@@ -639,7 +639,7 @@
else if ([value count] < 4)
return [NSColor colorWithDeviceRed:[[value objectAtIndex:0]
doubleValue] green:[[value objectAtIndex:1] doubleValue] blue:[[value
objectAtIndex:2] doubleValue] alpha:1.0];
else
- return [NSColor colorWithDeviceCyan:[[value objectAtIndex:0]
doubleValue] magenta:[[value objectAtIndex:1] doubleValue] yellow:[[value
objectAtIndex:2] doubleValue] black:[[value objectAtIndex:31] doubleValue]
alpha:.0];
+ return [NSColor colorWithDeviceCyan:[[value objectAtIndex:0]
doubleValue] magenta:[[value objectAtIndex:1] doubleValue] yellow:[[value
objectAtIndex:2] doubleValue] black:[[value objectAtIndex:3] doubleValue]
alpha:1.0];
#endif
}
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