FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
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... | |
UIColor creations using UIAColorComponents.
- (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.