Next Previous Contents

8. Values for ``style''

These are the values that can be used for the menu `style' field or item `style' field. Either the numeric value or the name (without quotes) can be used.

8.1 0 WINDOW_STYLE_EMPTY

Don't add anything special.

8.2 1 WINDOW_STYLE_FILLED

Solid fill with `backcolor', adding any fade effects parameterized in `fadeClamp', `fadeCycle', `fadeAmount'.

See also: `itemDef::backcolor', `menuDef::backcolor', `menuDef::fadeClamp', `menuDef::fadeAmount', `menuDef::fadeCycle'.

8.3 2 WINDOW_STYLE_GRADIENT

Gradient effect with `backcolor'.

8.4 3 WINDOW_STYLE_SHADER

Fill with shader indicated in `background'.

See also: `itemDef::background', `menuDef::background'.

8.5 4 WINDOW_STYLE_TEAMCOLOR

Fill with team color at 33% alpha.

See also: `script::setteamcolor'.

8.6 5 WINDOW_STYLE_CINEMATIC

Fill with cinematic (movie, RoQ format).

See also: `itemDef::cinematic'.


Next Previous Contents