← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 678: Added Frei0r Alphagrad effect.

 

------------------------------------------------------------
revno: 678
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Wed 2012-05-23 22:16:42 +0100
message:
  Added Frei0r Alphagrad effect.
added:
  openshot/effects/alphagrad.xml
  openshot/effects/icons/medium/alphagrad.png
  openshot/effects/icons/small/alphagrad.png


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== added file 'openshot/effects/alphagrad.xml'
--- openshot/effects/alphagrad.xml	1970-01-01 00:00:00 +0000
+++ openshot/effects/alphagrad.xml	2012-05-23 21:16:42 +0000
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+	<title translatable="True">Alphagrad</title>
+	<description translatable="True">Fills alpha channel with a gradient</description>
+	<icon>alphagrad.png</icon>
+	<category>Video</category>
+	<service>frei0r.alphagrad</service>
+	
+	<param name="Position" type="spinner" title="Position" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.5</default>
+	</param>
+	
+	<param name="Transition width" type="spinner" title="Transition width" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.5</default>
+	</param>
+	
+	<param name="Tilt" type="spinner" title="Tilt" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.2</default>
+	</param>
+	
+	<param name="Min" type="spinner" title="Min" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.0</default>
+	</param>
+	
+	<param name="Max" type="spinner" title="Max" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.5</default>
+	</param>
+	
+	<param name="Operation" type="spinner" title="Operation" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.5</default>
+	</param>
+		
+</effect>

=== added file 'openshot/effects/icons/medium/alphagrad.png'
Binary files openshot/effects/icons/medium/alphagrad.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/alphagrad.png	2012-05-23 21:16:42 +0000 differ
=== added file 'openshot/effects/icons/small/alphagrad.png'
Binary files openshot/effects/icons/small/alphagrad.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/alphagrad.png	2012-05-23 21:16:42 +0000 differ