| - (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
-
| value | A 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:
- Vendors/JSQMessagesViewController/Categories/UIColor+JSQMessages.h
- Vendors/JSQMessagesViewController/Categories/UIColor+JSQMessages.m