SHIP:Property:boxmodel:fillcolor

From Serious Documentation
Revision as of 05:36, 25 January 2013 by Admin (talk | contribs) (Node: All Box Model Nodes)
Jump to: navigation, search

Node: All Box Model Nodes

Property Data Type Description
fillcolor Color Fill color of a box which floods the box completely within the margin area.

The fill color (fillcolor) property of the box flood fills the visible area of the box completely out to the inner edges of the margins, but does not fill any margin area.

The order of the box rendering/calculation is as follows:

  • Background color (bgcolor) drawn
  • Margins applied (ml,mr,mt,mb)
  • Attached image object (centered in margins) drawn
  • Borders (bl,br,bt,bb) applied and drawn
  • Fill color (fillcolor) drawn within borders
  • Padding applied (pl,pr,pt,pb)
  • Inner color (innercolor) drawn
  • Contents of the box drawn

The fillcolor can be any color and any opacity -- from fully transparent to fully opaque.