00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import <OfficeImport/OADColor.h> 00008 00009 @interface OADAdjustedColor : OADColor 00010 { 00011 OADColor *mBaseColor; 00012 int mAdjustmentType; 00013 unsigned char mAdjustmentParam; 00014 BOOL mInvert; 00015 BOOL mInvert128; 00016 BOOL mGray; 00017 } 00018 00019 - (id)initWithBaseColor:(id)fp8 adjustmentType:(int)fp12 adjustmentParam:(unsigned char)fp16 invert:(BOOL)fp20 invert128:(BOOL)fp24 gray:(BOOL)fp28; 00020 - (id)copyWithZone:(struct _NSZone *)fp8; 00021 - (void)dealloc; 00022 - (id)baseColor; 00023 - (int)adjustmentType; 00024 - (unsigned char)adjustmentParam; 00025 - (BOOL)invert; 00026 - (BOOL)invert128; 00027 - (BOOL)gray; 00028 00029 @end 00030