Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Update UIColor+Chameleon.h (#180)
Browse files Browse the repository at this point in the history
Fixed a documentation comment that triggered a warning in Xcode 8
  • Loading branch information
Abeldvlpr authored and bre7 committed Jun 26, 2017
1 parent 2437cdf commit 2dff644
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Pod/Classes/Objective-C/UIColor+Chameleon.h
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ typedef NS_ENUM (NSInteger, UIShadeStyle) {
*
* Returns a randomly generated flat color object NOT found in the specified array.
*
* @param excludedColors An array specifying which colors NOT to return.
* @param colors An array specifying which colors NOT to return.
*
* @return A flat @c UIColor object in the HSB colorspace.
*
Expand Down Expand Up @@ -914,8 +914,8 @@ typedef NS_ENUM (NSInteger, UIShadeStyle) {
/**
* Creates and returns either a black or white color object depending on which contrasts more with a specified color.
*
* @param color The specified color of the contrast color that is being requested.
* @param isFlat Pass YES to return flat color objects.
* @param backgroundColor The specified color of the contrast color that is being requested.
* @param flat Pass YES to return flat color objects.
*
* @return A UIColor object in the HSB colorspace.
*
Expand All @@ -927,8 +927,8 @@ typedef NS_ENUM (NSInteger, UIShadeStyle) {
/**
* Creates and returns either a black or white color object depending on which contrasts more with a specified color.
*
* @param color The specified color of the contrast color that is being requested.
* @param isFlat Pass YES to return flat color objects.
* @param backgroundColor The specified color of the contrast color that is being requested.
* @param flat Pass YES to return flat color objects.
* @param alpha The opacity.
*
* @return A UIColor object in the HSB colorspace.
Expand Down

0 comments on commit 2dff644

Please sign in to comment.