saving NSColors to NSUserDefaults
saving NSColors to NSUserDefaults
- Subject: saving NSColors to NSUserDefaults
- From: email@hidden
- Date: Wed, 18 Jul 2001 12:27:50 -0400
is there any reason this would not work?
NSColor *text = [textColorWell color];
[[NSUserDefaults standardUserDefaults] setObject:text
forKey:@"text_color"];
it seems to not like writing NSColors. if this is a problem, are they
any workaround short of storing the red, green, blue, and alpha values
separately?
thanks,
dan