DVDBuilder for C++  3.4
DVD Authoring Software Development Kit
<display> Element

Description

Specifies the mask patterns and the colors that are used for the whole menu.

<display
   backgroundColor="#FFFFFF"
   backgroundContrast="num"
   patternColor ="#FFFFFF"
   patternContrast   ="num"
   emphasis1Color ="#FFFFFF"
   emphasis1Contrast ="num"
   emphasis2Color ="#FFFFFF"
   emphasis2Contrast ="num"/>
Required Attributes
Attribute Option Description
backgroundColor This is an RGB color value expressed in hexadecimal format ("#FFFFFF"). Background color of the menu. The whole menu frame will be filled with this color. If you do not want to use a background color, set backgroundContrast to 0.
backgroundContrast 0 to 15 Contrast of the background. The range is from 0 to 15, 0 being totally transparent and 15 being solid.
patternColor This is an RGB color value expressed in hexadecimal format ("#FFFFFF"). Color of the primary pattern. The primary pattern will be painted in this color. If you do not want to use the primary pattern, set patternContrast to 0.
patternContrast 0 to 15 Contrast of the primary pattern. The range is from 0 to 15, 0 being totally transparent and 15 being solid.
emphasisColor1 This is an RGB color value expressed in hexadecimal format ("#FFFFFF"). Color of the first emphasis pattern. The first emphasis pattern will be painted in this color. If you do not want to use the first emphasis pattern, set emphasis1Contrast to 0.
emphasis1Contrast 0 to 15 Contrast of the first emphasis pattern. The range is from 0 to 15, 0 being totally transparent and 15 being solid.
emphasisColor2 This is an RGB color value expressed in hexadecimal format ("#FFFFFF"). Color of the second emphasis pattern. The second emphasis pattern will be painted in this color. If you do not want to use the second emphasis pattern, set emphasis2Contrast to 0.
emphasis2Contrast 0 to 15 Contrast of the second emphasis pattern. The range is from 0 to 15, 0 being totally transparent and 15 being solid.