Skip to content

Commit

Permalink
Removed magenta.
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernRealities committed Mar 29, 2015
1 parent 0ec5e7f commit f5d863f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
12 changes: 0 additions & 12 deletions UIColor+Rainbow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7869,18 +7869,6 @@ extension UIColor {
return UIColor.init ( red: 255.0/255.0, green: 189.0/255.0, blue: 136.0/255.0, alpha: alpha ) }


/**
Returns a color object representing the color Magenta, whose RBG values are (255, 0, 255), and has the specified opacity.

:param: alpha A CGFloat between 0.0 and 1.0 representing the opacity with a default value of 1.0.

:returns: The UIColor object
*/

class func magentaColor ( alpha: CGFloat = 1.0 ) -> UIColor {
return UIColor.init ( red: 255.0/255.0, green: 0.0/255.0, blue: 255.0/255.0, alpha: alpha ) }


/**
Returns a color object representing the color Magenta (Crayola), whose RBG values are (246, 100, 175), and has the specified opacity.

Expand Down
12 changes: 0 additions & 12 deletions UIColor+RainbowLight.swift
Original file line number Diff line number Diff line change
Expand Up @@ -789,18 +789,6 @@ extension UIColor {
return UIColor.init ( red: 250.0/255.0, green: 240.0/255.0, blue: 230.0/255.0, alpha: alpha ) }


/**
Returns a color object representing the color Magenta, whose RBG values are (255, 0, 255), and has the specified opacity.

:param: alpha A CGFloat between 0.0 and 1.0 representing the opacity with a default value of 1.0.

:returns: The UIColor object
*/

class func magentaColor ( alpha: CGFloat = 1.0 ) -> UIColor {
return UIColor.init ( red: 255.0/255.0, green: 0.0/255.0, blue: 255.0/255.0, alpha: alpha ) }


/**
Returns a color object representing the color Mahogany, whose RBG values are (192, 64, 0), and has the specified opacity.

Expand Down
12 changes: 0 additions & 12 deletions UIColor+RainbowX11.swift
Original file line number Diff line number Diff line change
Expand Up @@ -921,18 +921,6 @@ extension UIColor {
return UIColor.init ( red: 250.0/255.0, green: 240.0/255.0, blue: 230.0/255.0, alpha: alpha ) }


/**
Returns a color object representing the color Magenta, whose RBG values are (255, 0, 255), and has the specified opacity.

:param: alpha A CGFloat between 0.0 and 1.0 representing the opacity with a default value of 1.0.

:returns: The UIColor object
*/

class func magentaColor ( alpha: CGFloat = 1.0 ) -> UIColor {
return UIColor.init ( red: 255.0/255.0, green: 0.0/255.0, blue: 255.0/255.0, alpha: alpha ) }


/**
Returns a color object representing the color Maroon (X11), whose RBG values are (176, 48, 96), and has the specified opacity.

Expand Down

0 comments on commit f5d863f

Please sign in to comment.