LuxChat  2.0
Instant messenger for iOS
Instance Methods | Class Methods | List of all members
UIColor(JSQMessages) Category Reference

Instance Methods

(UIColor *) - jsq_colorByDarkeningColorWithValue:
 

Class Methods

(UIColor *) + jsq_messageBubbleGreenColor
 
(UIColor *) + jsq_messageBubbleBlueColor
 
(UIColor *) + jsq_messageBubbleRedColor
 
(UIColor *) + jsq_messageBubbleLightGrayColor
 

Method Documentation

- (UIColor *) jsq_colorByDarkeningColorWithValue: (CGFloat)  value

Creates and returns a new color object whose brightness component is decreased by the given value, using the initial color values of the receiver.

Parameters
valueA floating point value describing the amount by which to decrease the brightness of the receiver.
Returns
A new color object whose brightness is decreased by the given values. The other color values remain the same as the receiver.
+ (UIColor *) jsq_messageBubbleBlueColor
Returns
A color object containing HSB values similar to the iOS 7 messages app blue bubble color.
+ (UIColor *) jsq_messageBubbleGreenColor
Returns
A color object containing HSB values similar to the iOS 7 messages app green bubble color.
+ (UIColor *) jsq_messageBubbleLightGrayColor
Returns
A color object containing HSB values similar to the iOS 7 messages app light gray bubble color.
+ (UIColor *) jsq_messageBubbleRedColor
Returns
A color object containing HSB values similar to the iOS 7 red color.

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