Skip to content

Commit

Permalink
Merge pull request #1 from ykws/fix_enumeration_value
Browse files Browse the repository at this point in the history
'kGCCColorSpaceModelXYZ' handled in switch
  • Loading branch information
ykws authored Oct 14, 2018
2 parents 6dd284b + dea39c6 commit 345733d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pod/Classes/Objective-C/UIColor+Chameleon.m
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ - (void)getRGBAComponents:(CGFloat[4])rgba {
break;
}

case kCGColorSpaceModelXYZ:
case kCGColorSpaceModelCMYK:
case kCGColorSpaceModelDeviceN:
case kCGColorSpaceModelIndexed:
Expand Down

0 comments on commit 345733d

Please sign in to comment.