|
Sunrise BackgroundUpdated Jul 24, 2005 by rabidrobot |
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #1 Monday, July 25, 2005 12:06 AM
So, what the heck is going on? Well, I'm not sure, to tell the truth. I just started goofing around, saw some strange behavior and exploited it. Let's look at the background.ini file:
[Info]
Name = Sunrise
ColorMe = 0
[Tile]
Image = sunrise_tile.png
TopHeight = 74
BottomHeight = 54
TileCenter = 0
TileVCenter = 1
[Background]
Image = sunrise_bg.png
OutsideBorderRight = 28
OutsideBorderLeft = 28
[Author]
rabidrobot
The sunrise_tile.png is 128x128 pixels. The first 54 (not coincidentally the base icon size for the dock) pixels counting up are drawn because BottomHeight = 54. The top 74 pixels (the remainder of the image) are drawn only when the image is magnified. But, there are different ways the dock could have drawn them. In this case it draws them starting at the top of the image, drawing more as the image grows larger because TopHeight = 74, which results in the illusion of the orb rising. If instead TopHeight = 0 and Bottom Height = 128, the image continues to be drawn from the bottom up as it is magnified; a completely different visual effect.
The TileCenter and TileVCenter values are actually the ones I was playing with when I first noticed oddness. In this case the TileVCenter value doesn't make a discernable difference, but the TileCenter value will cause neighboring images to be truncated horizontally if it is changed to = 1.
The [Background] section is there only to draw caps on the ends of the dock, and also shows through when the tiled images separate a bit during magnification.
I think even more interesting effects should be possible. I hope folks will explore this a bit. Try orienting this background on the sides and top of your screen! Try changing the base icon size or maximum magnification! Wow! Potential.
EDIT: Arrgh, the dreaded two-and-a-half stars. That will drastically reduce the number of people who see this. Oh well, I guess it is a fair rating for all that this is.