Skip to content

MikePT28/MPColors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#UIColor+MPColors Implementation of methods to extend the funtinality and use of the UIColor class.

The list of methods will continue to evolve as I keep finding new needs for color creation or people suggest new methods.

###Features

  • Create color from a HexRGB Value (Ex: 0xFFFFFF) & HexRGBA Value .

  • Create color from a HexRGB String with either # or 0x or neither. (Ex: @"FFFFFF" or @"#FFFFFF" or @"0xFFFFFF") & HexRGBA String (Ex: @"FFFFFFFF" or @"#FFFFFFFF" or @"0xFFFFFFFF").

  • Create color from with Base255 int values and also Base100 alpha value.

  • Create color from Base255 RGB String (Ex: @"255,255,255") and also with alpha (Ex: @"255,255,255,1.0").

Installation

Just copy the "UIColor+MPColors.h" and "UIColor+MPColors.m" to your project folder.

Usage

Add the "UIColor+MPColors.h" header to the classes you desire.

The documentation for every method is very well explained in the files.

License

UIColor+MPColors uses the MIT License:

Copyright (c) 2015, Mike Pesate

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

UIColors category implementation for extended functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published