Today's Menu  Portugal
journal and plan nutrition
Class Methods | List of all members
UIColor(Y9RainbowSelection) Category Reference

#import <UIColor+Y9RainbowSelection.h>

Class Methods

(UIColor *) + roseColor
 
(UIColor *) + deepRoseColor
 
(UIColor *) + wheatColor
 
(UIColor *) + pearlColor
 
(UIColor *) + grapeSkinDeepPurple
 
(UIColor *) + keylimePieColor
 
(UIColor *) + healthKitParamNotQueried
 
(UIColor *) + healthKitParamDeniedAuthColor
 
(UIColor *) + healthKitParamSharedColor
 
(UIColor *) + hazySkyBlueColor
 
(UIColor *) + burntSienaColor
 

Detailed Description

Definition at line 13 of file UIColor+Y9RainbowSelection.h.

Method Documentation

◆ burntSienaColor()

+ (UIColor *) burntSienaColor

Definition at line 54 of file UIColor+Y9RainbowSelection.m.

55 {
56  return [UIColor colorWithRed:1.0 green:153.0/255 blue:0.0 alpha:1.0];
57 }

◆ deepRoseColor()

+ (UIColor *) deepRoseColor

Definition at line 17 of file UIColor+Y9RainbowSelection.m.

18 {
19  return [UIColor colorWithRed:0.3 green:243.0/255.0 blue:243.0/255.0 alpha:1.0]; // 255, 227, 235
20 }

◆ grapeSkinDeepPurple()

+ (UIColor *) grapeSkinDeepPurple

Definition at line 26 of file UIColor+Y9RainbowSelection.m.

27 {
28  return [UIColor colorWithRed:127/255 green:37/255 blue:34/255 alpha:1.0];
29 }

◆ hazySkyBlueColor()

+ (UIColor *) hazySkyBlueColor

Definition at line 50 of file UIColor+Y9RainbowSelection.m.

51 {
52  return [UIColor colorWithRed:0.9 green:1.0 blue:0.95 alpha:1.0];
53 }

◆ healthKitParamDeniedAuthColor()

+ (UIColor *) healthKitParamDeniedAuthColor

Definition at line 42 of file UIColor+Y9RainbowSelection.m.

43 {
44  return [UIColor colorWithRed:255.0/255.0 green:204.0/255.0 blue:230.0/255.0 alpha:1.0];
45 }

◆ healthKitParamNotQueried()

+ (UIColor *) healthKitParamNotQueried

Definition at line 38 of file UIColor+Y9RainbowSelection.m.

39 {
40  return [UIColor colorWithRed:255.0/255.0 green:255.0/255.0 blue:204.0/255.0 alpha:1.0];
41 }

◆ healthKitParamSharedColor()

+ (UIColor *) healthKitParamSharedColor

Definition at line 46 of file UIColor+Y9RainbowSelection.m.

47 {
48  return [UIColor colorWithRed:102.0/255.0 green:255.0/255.0 blue:255.0/255.0 alpha:1.0];
49 }

◆ keylimePieColor()

+ (UIColor *) keylimePieColor

Definition at line 34 of file UIColor+Y9RainbowSelection.m.

35 {
36  return [UIColor colorWithRed:0.64 green:1.0 blue:1.0 alpha:1.0];
37 }

◆ pearlColor()

+ (UIColor *) pearlColor

Definition at line 30 of file UIColor+Y9RainbowSelection.m.

31 {
32  return [UIColor colorWithRed:0.0/255.0 green:255.0/255.0 blue:153.0/255.0 alpha:1.0];
33 }

◆ roseColor()

+ (UIColor *) roseColor

Definition at line 13 of file UIColor+Y9RainbowSelection.m.

14 {
15  return [UIColor colorWithRed:1.0 green:227.0/255.0 blue:235.0/255.0 alpha:1.0]; // 255, 227, 235
16 }

◆ wheatColor()

+ (UIColor *) wheatColor

Definition at line 21 of file UIColor+Y9RainbowSelection.m.

22 {
23  return [UIColor colorWithRed:245.0/255.0 green:222.0/255.0 blue:179.0/255.0 alpha:1.0];
24 }

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