changed: gcc8 base update
[opensg.git] / Source / System / State / Base / OSGColorMaskChunk.fcd
blob914e42cdf19e3fd444849b5a06e8254f9e97f139
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="ColorMaskChunk"
5 parent="StateChunk"
6 library="System"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 docGroupBase="GrpSystemState"
15 The color mask chunk contains the parameters that are specific for color writing.
16 <Field
17 name="maskR"
18 type="bool"
19 cardinality="single"
20 visibility="external"
21 defaultValue="true"
22 access="public"
24 Used to mask the writing of the R value to the color buffer.
25 </Field>
26 <Field
27 name="maskG"
28 type="bool"
29 cardinality="single"
30 visibility="external"
31 defaultValue="true"
32 access="public"
34 Used to mask the writing of the G value to the color buffer.
35 </Field>
36 <Field
37 name="maskB"
38 type="bool"
39 cardinality="single"
40 visibility="external"
41 defaultValue="true"
42 access="public"
44 Used to mask the writing of the B value to the color buffer.
45 </Field>
46 <Field
47 name="maskA"
48 type="bool"
49 cardinality="single"
50 visibility="external"
51 defaultValue="true"
52 access="public"
54 Used to mask the writing of the A value to the color buffer.
55 </Field>
56 </FieldContainer>