View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#4
Originally Posted by xomm View Post
Explanations (all values are variable, meaning a scale from 0-1, they're not yes/no switches):

Saturation: Controls the color. 1 = Full Color, 0 = Black and White

Brightness: Controls the "brightness." This is a visual effect, it doesn't control the backlight. 1 = Full Brightness, 0 = Black.

Zoom: Creates a slight zoom effect. Best used with blur. 1 = No Zoom, 0 = Max Zoom.

Radius: The amount of blur to apply on the first dialog. 0 = No Blur, 1 = Max Blur.

Radius_More: The amount of extra blur to apply on extra dialogs that appear. 0 = No blur, 1 = Max blur.

Zoom_Applets: Haven't played much with this. I'm assuming it's the same as Zoom, but with the home screen widgets. 0 = No Zoom, 1 = Max Zoom. (Correct me if I'm wrong with this one.)
Either you or the comments in the stock transitions.ini are wrong here.
  • radius/radius_more are stated as "amount of iterations of blur filter" and given default values of 12 and 16, respectively -- obviously integers.
  • zoom_applets is described as "amount to scale applets by", so I'm pretty sure 1 is no zoom, 2 is increase, and 0.5 is decrease; it's unclear what 0 does for either of the scales, but it's probably special-cased, since actually scaling things by zero tends to introduce divide-by-zero errors. (IIRC scale factors greater than 1 actually do work as expected, though it's not typically desirable...)

It makes me wonder if you deleted your original transitions.ini, and had to reverse-engineer this from a comment-stripped sample? The original will be attached shortly, if that helps.

EDIT: attached!
Attached Files
File Type: txt transitions.txt (6.0 KB, 127 views)

Last edited by Benson; 2010-07-29 at 01:10.
 

The Following User Says Thank You to Benson For This Useful Post: