isTransparent()) { return $color; } } return CSSBackgroundColor::default_value(); } function get_visible_background_color() { $owner =& $this->owner(); for ($i=0, $size = count($owner->_stack); $i<$size; $i++) { if ($owner->_stack[$i][0]->color[0] >= 0) { return $owner->_stack[$i][0]->color; }; }; return array(255,255,255); } } ?>