]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIDeviceRGBColor.h
Adding the TelephonyUI headers (for Cydget).
[iphone-api.git] / UIKit / UIDeviceRGBColor.h
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 UIDeviceRGBColor : UIColor
10 {
11 float redComponent;
12 float greenComponent;
13 float blueComponent;
14 float alphaComponent;
15 struct CGColor *cachedColor;
16 }
17
18 - (id)initWithHue:(float)fp8 saturation:(float)fp12 brightness:(float)fp16 alpha:(float)fp20;
19 - (id)initWithRed:(float)fp8 green:(float)fp12 blue:(float)fp16 alpha:(float)fp20;
20 - (id)initWithCGColor:(struct CGColor *)fp8;
21 - (void)dealloc;
22 - (id)colorWithAlphaComponent:(float)fp8;
23 - (struct CGColor *)_createCGColorWithAlpha:(float)fp8;
24 - (void)set;
25 - (void)setFill;
26 - (void)setStroke;
27 - (id)colorSpaceName;
28 - (id)description;
29 - (BOOL)isEqual:(id)fp8;
30 - (unsigned int)hash;
31 - (struct CGColor *)CGColor;
32
33 @end
34