diff options
author | Andy Sloane <andy@a1k0n.net> | 2020-06-04 18:48:51 -0700 |
---|---|---|
committer | Andy Sloane <andy@a1k0n.net> | 2020-06-05 07:29:25 -0700 |
commit | c3148df41d2c540acc0a6f72aa0f2088147848ee (patch) | |
tree | f10e2aeccd65e29860823ad3d58d045db5aab6a6 /tracker-pt/lang | |
parent | 8b14345cf6e06a2938dc7cd8de5e8ca2ec2df039 (diff) |
Add proper color keying to tracker-pt
Instead of just selecting the red/green/blue channels, also subtract the
other channels. This allows for point tracking with just colored spots,
rather than IR LEDs -- green and magenta work particularly well for
this.
This keeps the existing "Red/Green/Blue only" options, but adds
"Red/Green/Blue/Cyan/Yellow/Magenta filter" options, which do a better
job of isolating those colors.
Diffstat (limited to 'tracker-pt/lang')
-rw-r--r-- | tracker-pt/lang/nl_NL.ts | 24 | ||||
-rw-r--r-- | tracker-pt/lang/ru_RU.ts | 24 | ||||
-rw-r--r-- | tracker-pt/lang/stub.ts | 24 | ||||
-rw-r--r-- | tracker-pt/lang/zh_CN.ts | 24 |
4 files changed, 96 insertions, 0 deletions
diff --git a/tracker-pt/lang/nl_NL.ts b/tracker-pt/lang/nl_NL.ts index 1456157c..4802dba5 100644 --- a/tracker-pt/lang/nl_NL.ts +++ b/tracker-pt/lang/nl_NL.ts @@ -232,6 +232,30 @@ Don't roll or change position.</source> <source>Green only</source> <translation type="unfinished"></translation> </message> + <message> + <source>Red filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Green filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Blue filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cyan filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Yellow filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Magenta filter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pt_impl::TrackerDialog_PT</name> diff --git a/tracker-pt/lang/ru_RU.ts b/tracker-pt/lang/ru_RU.ts index c91dd087..363d2061 100644 --- a/tracker-pt/lang/ru_RU.ts +++ b/tracker-pt/lang/ru_RU.ts @@ -237,6 +237,30 @@ ROLL или X/Y-смещения.</translation> <source>Green only</source> <translation type="unfinished"></translation> </message> + <message> + <source>Red filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Green filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Blue filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cyan filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Yellow filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Magenta filter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pt_impl::TrackerDialog_PT</name> diff --git a/tracker-pt/lang/stub.ts b/tracker-pt/lang/stub.ts index 36090e5e..e2085052 100644 --- a/tracker-pt/lang/stub.ts +++ b/tracker-pt/lang/stub.ts @@ -232,6 +232,30 @@ Don't roll or change position.</source> <source>Green only</source> <translation type="unfinished"></translation> </message> + <message> + <source>Red filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Green filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Blue filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cyan filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Yellow filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Magenta filter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pt_impl::TrackerDialog_PT</name> diff --git a/tracker-pt/lang/zh_CN.ts b/tracker-pt/lang/zh_CN.ts index 667c2811..e51484ca 100644 --- a/tracker-pt/lang/zh_CN.ts +++ b/tracker-pt/lang/zh_CN.ts @@ -232,6 +232,30 @@ Don't roll or change position.</source> <source>Green only</source> <translation type="unfinished"></translation> </message> + <message> + <source>Red filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Green filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Blue filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cyan filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Yellow filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Magenta filter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pt_impl::TrackerDialog_PT</name> |