Page 1 of 1

Color Mode

Posted: Fri Oct 29, 2010 5:18 am
by luminosity
Is there a reason why the color mode affects both image and text? When rendering text I'd like it to be rendered in the current set foreground color, but when rendering images I'd like them to be rendered exactly as they are. One of these requires modulate mode, one requires replace. Is there a better way to handle this than constantly changing back and forth between modes as I render?

Thanks.

Re: Color Mode

Posted: Fri Oct 29, 2010 6:29 am
by bartbes
If I remember correctly replace also changes text color.. in any case, you can also just set the color, instead of switching color modes. (not that it helps)

Re: Color Mode

Posted: Tue Nov 02, 2010 11:53 pm
by luminosity
Okay, not a big deal to work around. Thanks for the reply.