File: colorcorrection.xml

package info (click to toggle)
olive-editor 20181223-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,844 kB
  • sloc: cpp: 20,147; xml: 315; ansic: 16; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<effect name="Color Correction" category="Color">
	<row name="Temperature">
		<field type="double" min="2000" default="6600" max="40000" id="temperature"/>
	</row>
	<row name="Tint">
		<field type="double" min="-100" default="0" id="tint"/>
	</row>
	<row name="Exposure">
		<field type="double" default="0" id="exposure"/>
	</row>
	<row name="Contrast">
		<field type="double" min="0" default="100" id="contrast"/>
	</row>
	<row name="Highlights">
		<field type="double" default="0" max="100" id="highlights"/>
	</row>
	<row name="Shadows">
		<field type="double" default="0" max="100" id="shadows"/>
	</row>
	<row name="Whites (Brightness)">
		<field type="double" min="0" default="100" id="whites"/>
	</row>
	<row name="Blacks (Darkness)">
		<field type="double" min="0" default="100" max="200" id="blacks"/>
	</row>
	<row name="Saturation">
		<field type="double" min="0" default="100" id="saturation"/>
	</row>
	<shader vert="common.vert" frag="colorcorrection.frag"/>
</effect>