2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIColor.h>
9 @interface UIDeviceRGBColor
: UIColor
15 struct CGColor
*cachedColor
;
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
;
22 - (id
)colorWithAlphaComponent
:(float)fp8
;
23 - (struct CGColor
*)_createCGColorWithAlpha
:(float)fp8
;
29 - (BOOL
)isEqual
:(id
)fp8
;
31 - (struct CGColor
*)CGColor
;