]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <Foundation/NSObject.h> | |
8 | ||
9 | @interface UIColor : NSObject <NSCoding> | |
10 | { | |
11 | } | |
12 | ||
13 | + (id)colorWithWhite:(float)fp8 alpha:(float)fp12; | |
14 | + (id)colorWithHue:(float)fp8 saturation:(float)fp12 brightness:(float)fp16 alpha:(float)fp20; | |
15 | + (id)colorWithRed:(float)fp8 green:(float)fp12 blue:(float)fp16 alpha:(float)fp20; | |
16 | + (id)colorWithCGColor:(struct CGColor *)fp8; | |
17 | + (id)colorWithPatternImage:(id)fp8; | |
18 | + (id)blackColor; | |
19 | + (id)darkGrayColor; | |
20 | + (id)lightGrayColor; | |
21 | + (id)whiteColor; | |
22 | + (id)grayColor; | |
23 | + (id)clearColor; | |
24 | + (id)redColor; | |
25 | + (id)greenColor; | |
26 | + (id)blueColor; | |
27 | + (id)cyanColor; | |
28 | + (id)yellowColor; | |
29 | + (id)magentaColor; | |
30 | + (id)orangeColor; | |
31 | + (id)purpleColor; | |
32 | + (id)brownColor; | |
33 | + (id)lightTextColor; | |
34 | + (id)darkTextColor; | |
35 | + (id)tableSeparatorDarkColor; | |
36 | + (id)tableSeparatorLightColor; | |
37 | + (id)tableBackgroundColor; | |
38 | + (id)tableSelectionColor; | |
39 | + (id)sectionListBorderColor; | |
40 | + (id)sectionHeaderBackgroundColor; | |
41 | + (id)sectionHeaderOpaqueBackgroundColor; | |
42 | + (id)sectionHeaderBorderColor; | |
43 | + (id)textFieldAtomBlueColor; | |
44 | + (id)textFieldAtomPurpleColor; | |
45 | - (id)initWithWhite:(float)fp8 alpha:(float)fp12; | |
46 | - (id)initWithHue:(float)fp8 saturation:(float)fp12 brightness:(float)fp16 alpha:(float)fp20; | |
47 | - (id)initWithRed:(float)fp8 green:(float)fp12 blue:(float)fp16 alpha:(float)fp20; | |
48 | - (id)initWithCGColor:(struct CGColor *)fp8; | |
49 | - (id)initWithPatternImage:(id)fp8; | |
50 | - (id)initWithCoder:(id)fp8; | |
51 | - (void)encodeWithCoder:(id)fp8; | |
52 | - (void)set; | |
53 | - (void)setFill; | |
54 | - (void)setStroke; | |
55 | - (id)colorWithAlphaComponent:(float)fp8; | |
56 | - (struct CGColor *)CGColor; | |
57 | - (BOOL)isEqual:(id)fp8; | |
58 | - (unsigned int)hash; | |
59 | - (struct CGColor *)cgColor; | |
60 | - (id)styleString; | |
61 | ||
62 | @end | |
63 |