xiaowan3 / vsfiltermod

Automatically exported from code.google.com/p/vsfiltermod
GNU General Public License v3.0
0 stars 0 forks source link

More \$vc Parameters #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In my opinion, the \$vc tag needs further improvement to enable more color 
selection.
e.g., being able to divide the text into 4 parts or more and have the gradient 
run through the chosen number of parts in PIXEL points.

My recommendation:
If I was to put it in lua coding it would be as follows:

\1vc(%d,%s,%d,%s,%d,%s,%d,%s) >> line.left, line.styleref.color1, 
line.left+(line.width/4), line.styleref.color2, line.left+((line.width/4)*2), 
line.styleref.color3, line.right, line.styleref.color4

This should help with choosing multiple colors as well as attempting to make 
per-syllable or per-character horizontal gradients. In my opinion, being able 
to choose pixel targets would be a huge upgrade for this mod.

What version of the product are you using? On what operating system?
x86 Binary (mod) v2.93 MOD v1.0
Windows 7 x86

Original issue reported on code.google.com by WOL...@gmail.com on 4 Jan 2011 at 9:58