Winamp configuration file

zhaozj2021-02-08  199

Winamp profile is very simple, there is no translation ;-) configure files

Any skin file is not complete without first finishing up the configuration files. These configuration files control such things as the background and foreground colors of the Winamp visualizations, or areas that are designated areas to be displayed to the end user. There are three text files .

Configuration File | Viscolor.txt

Viscolor.txt is The File That The Colors for the Visualization Panel. It is an ring. Each Line is an RGB Value Followed by a comment. Here is a brief Explanation of the lines:

Row 0 is the background color of the visualization area. Row 1 is the color of the dots that appear in the visualization area Rows 2 through 17 affect the colors of the Spectrum Analyzer. Row 2 is the peak value, the highest part of the graphical bar that is visible. This means that when you hit a high frequency, the top of the bar becomes the color specified. As you move from row to row, you can color each level of the frequency spectrum a different color to signify the peak levels of the frequencies in the file you are playing at that moment. Rows 18 to 22 pertain to the oscilloscope colors. They function in the same fashion as the Spectrum Analyzer. Row 18 controls the colors that is displayed at the troughs and the row 22 is the color that is displayed at the crest. Each row between 18 and 22 sets a different level of the whole wave. Row 23 gives the color used to mark the last peak value. Let's take a look at what this all means, here are some Screenshots with Example Images T o Help you get a Clearer Perspective.The Result with Row 0 Set To 0,0,0 and Row 1 set to 255, 255, 255.

Configuration File | Pledget.txt

Pledit.txt gives the font colors and font face for the Playlist Editor track listing as well as the MiniBrowser URL display, located at the bottom of the MiniBrowser.Here are some sample settings for pledit.txt is: [Text] Normal = # FF8924Current = # Fff00normalbg = # 1A120aselectedBG = # 154E11MBFG = # ff8924mbbg = # 1A120afont = COMIC SANS MSTHE FUNNY VALUES ARE Hexadecimal RBG VALUES (See Hex RGB). Each Row Has A Different Setting:

Normal - Color of the regular text (Playlist) Current -. Color of the current track text (Playlist) NormalBG -. Background for normal text (Playlist) SelectedBG -. Background for the selected text (Playlist) MbFG - Text color in the MiniBrowser STATUS BAR. (Minibrowser) MBBG - Text Background In The Minibrowser Status Bar. (Minibrowser) Font - Font Face That 'Used in Both WindowsConfiguration File | Region.txt

SO You Want A Skin With AREAS THAT ARE SIMPLY PUT, THIS A HIGHLY TRICKY TASK. THE FILE You NEED IS CALLED Region.txt and the Way To Do It Is A Lot Like Playing Connect-The-Dots.Region .txt provides a set of names such as Normal, WindowShade and so fourth. These set points define how many points make up each window. Another set defines how to draw the picture over Winamp.Region.txt has 4 regions (the sets). They are delimited with the following tags: [Normal] [WindowShade] [Equalizer] [EqualizerWS] Each of these provides a list that constist of two parts The first gives the number of points that make up a region The second is a list.. of the points used to make those regions.The lines are: NumPoints = PointList = The NumPoints list must be on a single line with comma separated numbers.Example: NumPoints = 4, 4Each number, x, says to read the next x points of THE List and plot The region. The point of x, y co-order pairs of x, y co-ordinates. for example: [no Rmal] Numpints = 4, 4poinTlist = 0, 1, 275, 1, 275, 14, 0, 14, 3, 15, 272, 15, 272, 113, 3,113defines TW Rectangular region to be drawn. for more information read the Comments in the region.txt file in the base skin. You will find a little more explanation in this file. The only item missing is the EqualizerWS group which is new and will be defined at a later time. "Normal" defines the regions drawn for the Main window, windowshade is the region drawn in the windowshade mode. Equalizer and equalizerws are the same as above. Use the example.com/configuration file | RGB REMIT | RGB RETER | RGB RESIL THE THE THE ARE

RGB stands for "Red, Green, Blue". A certain combination of each of these colors at various percentages can make millions of different colors. For example, combining 100% Blue and 100% Green will make the brightest achievable Yellow. Using this model , RGB has become a method of defining color.Since a computer displays light using pixels which are really three lights one Red one Green and one Blue (well close enough description for our purposes), we can define a color as the amount of red, green and blue. The ranges we use to help put into perceptive for each of the colors on a computer, we use 0 all the way to 255. Basically, that means, there are 256 different shades of each of those primary three colors, and any combination of those three shades will result in a color. For example, 128, 128, and 128 would make a gray in about the middle of the spectrum. Here are the different values ​​of each of those colors.RedGreenBlueColor25500Pure Red02550Pure Green00255Pure Blue000Black255255255Wh ITE10015038INTERESTING GREEN462392DARK PURPLE

Configuration File | Hexadecimal

Hexadecimal RGB numbers are exactly the same as RGB, except the value is represented in Hexadecimal notation. Digit position has less meaning (no hundreds tens and units). And each digit can be 0-9 then AF. To convert from Hex to Decimal use Windows Calculator In Scienceific Mode.

转载请注明原文地址:https://www.9cbs.com/read-3277.html

New Post(0)