#import <CPTTheme.h>
◆ blackColor
A shade of black for the theme design. If no color was defined in the theme, will return nil.
◆ greyColor
A shade of grey for the theme design If no color was defined in the theme, will return nil.
◆ name
◆ primaryColor
- (UIColor*) primaryColor |
|
readnonatomicassign |
The primary theme's color. If no color was defined in the theme, will return nil.
◆ primaryColorDark
- (UIColor*) primaryColorDark |
|
readnonatomicassign |
A dark shade of the primary theme color. If no color was defined in the theme, will return nil.
◆ primaryColorLight
- (UIColor*) primaryColorLight |
|
readnonatomicassign |
A light shade of the primary theme color. If no color was defined in the theme, will return nil.
◆ secondaryColor
- (UIColor*) secondaryColor |
|
readnonatomicassign |
The secondary theme color. If no color was defined in the theme, will return nil.
◆ secondaryColorDark
- (UIColor*) secondaryColorDark |
|
readnonatomicassign |
A light shade of the secondary theme color. If no color was defined in the theme, will return nil.
◆ secondaryColorLight
- (UIColor*) secondaryColorLight |
|
readnonatomicassign |
A light shade of the secondary theme color. If no color was defined in the theme, will return nil.
◆ whiteColor
A shade of white for the theme design. If no color was defined in the theme, will return nil.
The documentation for this protocol was generated from the following file: