![](https://secure.gravatar.com/avatar/dc940f48c5635785f32941f1fbe6b601.jpg?s=120&d=mm&r=g)
10 Mar
2006
10 Mar
'06
4:04 a.m.
On Mar 9, 2006, at 4:49 PM, bulia byak wrote:
The absolutely proper way is to act on selection/subselection^{1}, not on SPItem, and use sp_desktop_set_color for that, which will take care of everything. But if you absolutely must apply color to an item regardless of selection, then you'll have to construct a cssattr with that color in fill or stroke (see how sp_desktop_set_color does that) and then call the low-level function sp_desktop_apply_css_recursive on the item.
Nope.
I tried that, but it had no visible effect.
:-(
The other point I'll address separately