summaryrefslogtreecommitdiffstatshomepage
path: root/ini/examples/p3.ini
diff options
context:
space:
mode:
author Westley M. Martinez <anikom15@gmail.com>2018-10-07 08:42:30 -0700
committer R. Belmont <rb6502@users.noreply.github.com>2018-10-07 11:42:30 -0400
commitb5a54b761c94c543ce950dee0bc4aa0610ba8cba (patch)
tree9593e366a3f3da82074dec2b431c3dc8ada08d1c /ini/examples/p3.ini
parent7b42e2f79950adc1dd6d3c07df5513eda87b507c (diff)
HLSL Color Transforms and 3D LUT (#4043)
* Remove broken scanline uniform from post_pass * Add 3D LUT to HLSL * Allow individual LUTs for screen and UI * WIP: Port 3D LUT to BGFX * Finish porting LUT to BGFX * Add individual phosphor color conversion for HLSL new file: hlsl/chroma.fx Shader for converting xyY3 to sRGB modified: hlsl/phosphor.fx Minor changes to emphasize idea that phosphors are color agnostic modified: hlsl/post.fx Conversion from signal RGB to xyY3 modified: src/osd/modules/render/d3d/d3dhlsl.cpp modified: src/osd/modules/render/d3d/d3dhlsl.h modified: src/osd/windows/winmain.cpp modified: src/osd/windows/winmain.h * Add phosphor examples and update presets * Port phosphor color shaders to BGFX * Fix missing newlines at EOF
Diffstat (limited to 'ini/examples/p3.ini')
-rw-r--r--ini/examples/p3.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/ini/examples/p3.ini b/ini/examples/p3.ini
new file mode 100644
index 00000000000..519d4ff233b
--- /dev/null
+++ b/ini/examples/p3.ini
@@ -0,0 +1,12 @@
+# P3 Phosphor
+#
+# Amber phosphor for monochrome monitors
+#
+# Medium persistence
+#
+# DIRECT3D POST-PROCESSING OPTIONS
+#
+chroma_mode 1
+chroma_a 0.523,0.469
+chroma_conversion_gain 0.30,0.59,0.11
+chroma_y_gain 1.0,0.0,0.0