Kate Morris

Results 1 issues of Kate Morris

``` int componentCount = colors.count * COLOR_COMPONENT_COUNT; ``` should be NSUInteger componentCount = colors.count \* COLOR_COMPONENT_COUNT; It's probably fine, but compiler warnings...