118 lines
2.2 KiB
XML
118 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater
|
|
min_height="400"
|
|
min_width="300"
|
|
name="Post-Process Floater"
|
|
title="后期处理设定">
|
|
<tab_container
|
|
name="Post-Process Tabs">
|
|
<panel
|
|
label="颜色过滤器"
|
|
name="wmiColorFilterPanel">
|
|
<check_box
|
|
|
|
label="启用"
|
|
name="wmiColorFilterToggle" />
|
|
<text
|
|
name="wmiColorFilterBrightnessText">
|
|
亮度
|
|
</text>
|
|
<text
|
|
name="wmiColorFilterSaturationText">
|
|
饱和度
|
|
</text>
|
|
<text
|
|
name="wmiColorFilterContrastText">
|
|
对比度
|
|
</text>
|
|
<text
|
|
name="wmiColorFilterBaseText">
|
|
对比度基调
|
|
</text>
|
|
<slider
|
|
label="R"
|
|
name="wmiColorFilterBaseR"
|
|
/>
|
|
<slider
|
|
label="G"
|
|
name="wmiColorFilterBaseG"
|
|
/>
|
|
<slider
|
|
label="B"
|
|
name="wmiColorFilterBaseB"
|
|
/>
|
|
<slider
|
|
label="I"
|
|
name="wmiColorFilterBaseI"
|
|
/>
|
|
</panel>
|
|
<panel
|
|
label="夜间视觉"
|
|
name="wmiNightVisionPanel">
|
|
<check_box
|
|
label="启用"
|
|
name="wmiNightVisionToggle" />
|
|
<text
|
|
name="wmiNightVisionBrightMultText">
|
|
光线放大倍数
|
|
</text>
|
|
<text
|
|
name="wmiNightVisionNoiseSizeText">
|
|
噪点尺寸
|
|
</text>
|
|
<text
|
|
name="wmiNightVisionNoiseStrengthText">
|
|
噪声强度
|
|
</text>
|
|
</panel>
|
|
<panel
|
|
label="Bloom"
|
|
name="wmiBloomPanel">
|
|
<check_box
|
|
|
|
label="Enable"
|
|
name="wmiBloomToggle" />
|
|
<text
|
|
name="wmiBloomExtractText">
|
|
明度提取
|
|
</text>
|
|
<slider
|
|
label=""
|
|
name="wmiBloomExtract"
|
|
/>
|
|
<text
|
|
name="wmiBloomSizeText">
|
|
辉光尺寸
|
|
</text>
|
|
<slider
|
|
label=""
|
|
name="wmiBloomSize"
|
|
/>
|
|
<text
|
|
name="wmiBloomStrengthText">
|
|
辉光强度
|
|
</text>
|
|
<slider
|
|
label=""
|
|
name="wmiBloomStrength"
|
|
/>
|
|
</panel>
|
|
<panel
|
|
label="额外选项"
|
|
name="Extras">
|
|
<button
|
|
label="读取效果"
|
|
label_selected="读取效果"
|
|
name="PPLoadEffect" />
|
|
<button
|
|
label="保存效果"
|
|
label_selected="保存效果"
|
|
name="PPSaveEffect" />
|
|
<line_editor
|
|
label="效果名称"
|
|
name="PPEffectNameEditor" />
|
|
</panel>
|
|
</tab_container>
|
|
</floater>
|
|
|