/headers/OfficeImport/OADColor.h

gehe zur Dokumentation dieser Datei
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 "NSObject.h"
00008 
00009 #import "NSCopyingProtocol.h"
00010 
00011 @class NSMutableArray;
00012 
00013 @interface OADColor : NSObject <NSCopying>
00014 {
00015     NSMutableArray *mTransforms;
00016 }
00017 
00018 + (id)nsColorWithOADColor:(id)fp8;
00019 + (id)basicMapOfColor:(id)fp8 colorMap:(id)fp12 colorScheme:(id)fp16;
00020 + (int)mapSchemeColorID:(int)fp8 colorMap:(id)fp12;
00021 - (id)copyWithZone:(struct _NSZone *)fp8;
00022 - (void)addTransform:(id)fp8;
00023 - (void)dealloc;
00024 - (id)transforms;
00025 - (void)setTransforms:(id)fp8;
00026 - (id)colorForStyleColor:(id)fp8;
00027 
00028 @end
00029