Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1536

Community Tips & Tricks • Re: RGB Image Technique & Color Matrices

$
0
0
So we could just try a color matrix on it instead..

Code:

[Test]Meter=ImageMeterStyle=ImageStyleImageName=#@#bg.png;We set 1 on all 3 Red color channels:ColorMatrix1=1;0;0;0;0ColorMatrix2=1;0;0;0;0ColorMatrix3=1;0;0;0;0
Only to find out that we get the same result...
[...]
The color looks much better, but not quite what we want.
[...]
So what you guys think? Have you used this technique before? Just wanted to share it here since it can be useful on many situations.
Well, the technique is certainly smart, but I'm not sure it is really necessary:

Code:

[Test]Meter=ImageImageName=#@#bg.pngColorMatrix1=1;0;0;0;0ColorMatrix2=0;1;0;0;0ColorMatrix3=0;0;1;0;0ColorMatrix4=0;0;0;1;0ColorMatrix5=1;0;0;0;1
ColorMatrix.jpg
The above is using the original background image poiru made for the Illustro skin, i.e. the 2nd image you posted above. No modification needed. The change is operated in the ColorMatrix5 option.

I don't know if it's what you envisioned, but if it is, I would suggest making yourself a test skin for the color matrix options (say, one where you can scroll to change each of the 25 values), so you can understand better what each of those values does. Personnally, I never truly understood practically what each value did until I used a matrix where I could change the values at will (I limited the change between -9.99 and 9.99 in my case, which was the plain Rainmeter version of this, which I can't post here since it's 9 GB of images - but you can see the little colored color matrix panels at the bottom of the screenshot).

Statistics: Posted by Yincognito — 15 minutes ago



Viewing all articles
Browse latest Browse all 1536

Trending Articles