onUpdate - clearing DC performance

Hi,

I see lots of combinations when clearing the display during onUpdate. for example:

dc.setColor(Graphics.COLOR_BLACK, Graphics.COLOR_BLACK);
dc.clear();
dc.setColor(Graphics.COLOR_WHITE, Graphics.COLOR_TRANSPARENT);

If I want white text on a black barckground, what is the best combination in terms of performance/minimal battery use?

Thanks!