]>
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 <UIKit/UIColor.h> | |
8 | ||
9 | @interface UIDeviceWhiteColor : UIColor | |
10 | { | |
11 | float whiteComponent; | |
12 | float alphaComponent; | |
13 | struct CGColor *cachedColor; | |
14 | } | |
15 | ||
16 | - (id)initWithWhite:(float)fp8 alpha:(float)fp12; | |
17 | - (id)initWithCGColor:(struct CGColor *)fp8; | |
18 | - (void)dealloc; | |
19 | - (struct CGColor *)_createCGColorWithAlpha:(float)fp8; | |
20 | - (id)colorWithAlphaComponent:(float)fp8; | |
21 | - (void)set; | |
22 | - (void)setFill; | |
23 | - (void)setStroke; | |
24 | - (id)colorSpaceName; | |
25 | - (id)description; | |
26 | - (BOOL)isEqual:(id)fp8; | |
27 | - (unsigned int)hash; | |
28 | - (struct CGColor *)CGColor; | |
29 | ||
30 | @end | |
31 |