goodyboy6 / ComplementaryColor

A UIColor category that returns the opposite value from any color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComplementaryColor

A UIColor category that returns the opposite value from any color

alt tag

#Usage

#import "UIColor+ComplementaryColor.h"

UIColor *oppositeColor = [UIColor oppositeColorOf:someColor];

About

A UIColor category that returns the opposite value from any color


Languages

Language:Objective-C 100.0%