Also, I've been playing around with my own gradients, like this and this.
The format of the gradient.txt file is extremely simple; it defines 12 color blocks that are used in the ESQ program to create the program grid. The file starts with "[GRADIENT]", and then begins defining colors. Let's look at an example color block:
Code: Select all
COLOR10 = 12 ;blue
1 = 33A
2 = 33B
3 = 33C
4 = 33D
5 = 33C
6 = 33B
7 = 33A
8 = 339
9 = 338
10 = 337
11 = 336
12 = 335
Additionally, I'm pretty sure that gradient.txt defines the color palate (what colors can be used) for the banner that rolls around at the bottom; the colors that are used for the TV Guide banner are in the gradient.txt file and are used for things like HILITE and/or ALTHILITE tags, and when you look at videos of the Prevue Channel, you'll notice that the HILITE colors they used then were different, but are the same colors that are used in the Prevue banners.