Captainup  2.4
Properties | List of all members
<CPTTheme> Protocol Reference

#import <CPTTheme.h>

Inheritance diagram for <CPTTheme>:
<CPTObject>

Properties

NSString * name
 
UIColor * primaryColor
 
UIColor * primaryColorDark
 
UIColor * primaryColorLight
 
UIColor * secondaryColor
 
UIColor * secondaryColorDark
 
UIColor * secondaryColorLight
 
UIColor * greyColor
 
UIColor * whiteColor
 
UIColor * blackColor
 
- Properties inherited from <CPTObject>
NSDictionary< NSString *, id > * sourceDictionary
 

Additional Inherited Members

- Instance Methods inherited from <CPTObject>
(nonnull instancetype) - initWithDictionary:
 
(nonnull NSDictionary< NSString *, id > *) - toDictionary
 

Detailed Description

Description

Property Documentation

◆ blackColor

- (UIColor*) blackColor
readnonatomicassign

A shade of black for the theme design. If no color was defined in the theme, will return nil.

◆ greyColor

- (UIColor*) greyColor
readnonatomicassign

A shade of grey for the theme design If no color was defined in the theme, will return nil.

◆ name

- (NSString*) name
readnonatomicassign

The theme's 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

- (UIColor*) whiteColor
readnonatomicassign

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: