Declared in DTColor+Compatibility.h

Overview

Implementations of methods on NSColor/UIColor which are missing on the other platform.

Instance Methods

alphaComponent

A quick method to return the alpha component of this UIColor by using the CGColorGetAlpha method.

- (CGFloat)alphaComponent

Return Value

The floating point alpha value of this UIColor.

Declared In

DTColor+Compatibility.h