Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbaf51a7

Browse files
author
Jim Puls
committed
Actually skip bad colors
1 parentfdef6d3 commitbaf51a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎colordump/CDColorListDumper.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ - (void)startWithCompletionHandler:(dispatch_block_t)completionBlock;
3535
NSColor *color = [colorListcolorWithKey:key];
3636
if (![color.colorSpaceNameisEqualToString:NSDeviceRGBColorSpace]) {
3737
printf("Color%s isn't device RGB. Skipping.", [keyUTF8String]);
38+
continue;
3839
}
3940

4041
CGFloat r, g, b, a;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp