-
Notifications
You must be signed in to change notification settings - Fork 6
/
bhbhdisk.ct
35 lines (35 loc) · 1.67 KB
/
bhbhdisk.ct
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<Object name="ColorTable">
<Field name="Version" type="string">3.0.0</Field>
<Object name="ColorControlPointList">
<Object name="ColorControlPoint">
<Field name="colors" type="unsignedCharArray" length="4">0 255 200 0 </Field>
<Field name="position" type="float">0</Field>
</Object>
<Object name="ColorControlPoint">
<Field name="colors" type="unsignedCharArray" length="4">100 255 200 12 </Field>
<Field name="position" type="float">0.35</Field>
</Object>
<Object name="ColorControlPoint">
<Field name="colors" type="unsignedCharArray" length="4">255 150 0 25 </Field>
<Field name="position" type="float">0.525</Field>
</Object>
<Object name="ColorControlPoint">
<Field name="colors" type="unsignedCharArray" length="4">255 75 0 30 </Field>
<Field name="position" type="float">0.65</Field>
</Object>
<Object name="ColorControlPoint">
<Field name="colors" type="unsignedCharArray" length="4">255 40 0 65 </Field>
<Field name="position" type="float">0.75</Field>
</Object>
<Object name="ColorControlPoint">
<Field name="colors" type="unsignedCharArray" length="4">255 0 20 75 </Field>
<Field name="position" type="float">0.85</Field>
</Object>
<Object name="ColorControlPoint">
<Field name="colors" type="unsignedCharArray" length="4">255 0 120 95 </Field>
<Field name="position" type="float">1</Field>
</Object>
<Field name="category" type="string">UserDefined</Field>
</Object>
</Object>