fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / Window / Base / OSGSolidBackground.fcd
blobf64027fb3cb2b063cb3c9f36b26abe0f9bee90d9
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="SolidBackground"
5 parent="Background"
6 library="System"
7 structure="concrete"
8 pointerfieldtypes="single"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowBackground"
13 A single colored background, see \ref PageSystemWindowBackgroundSolid for a
14 description.
16 The color of the background is given by the _sfColor field.
17 <Field
18 name="color"
19 type="Color3f"
20 cardinality="single"
21 visibility="external"
22 defaultValue="0.f, 0.f, 0.f"
24 The background color.
25 </Field>
26 <Field
27 name="alpha"
28 type="Real32"
29 cardinality="single"
30 visibility="external"
31 defaultValue="1.f"
32 access="public"
34 Alpha value (to allow transparent clears).
35 </Field>
36 </FieldContainer>