FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIColor(UIAColorComponents) Category Reference

UIColor creations using UIAColorComponents. More...

#import <UIColor.h>

Instance Methods

(UIColor *) - colorWithAlpha:
 Creates and returns color with changed alpha. More...
 
(UIColor *) - mixedColorWithColor:ratio:
 Creates and returns color with mixed color. More...
 

Detailed Description

UIColor creations using UIAColorComponents.

Method Documentation

- (UIColor *) colorWithAlpha: (CGFloat)  alpha

Creates and returns color with changed alpha.

- (UIColor *) mixedColorWithColor: (UIColor *)  color
ratio: (CGFloat)  ratio 

Creates and returns color with mixed color.


The documentation for this category was generated from the following file: