ID:137275
 
I was looking into rgb() and i noticed that it only changes the color black.

I think it would be cool to have somthing like:

Format:
rgb(R,G,B,r,g,b)
Args:
R,G,B: Numbers from 0-255 corresponding to the red, green, and blue components of a color.
A way of representing a color to be used in conjunction with icon arithmetic.

r,g,b: the color to change

or is there a way to do that that i havent heard of?
Pillsverry wrote:
I was looking into rgb() and i noticed that it only changes the color black.

I think it would be cool to have somthing like:

Format:
rgb(R,G,B,r,g,b)
Args:
R,G,B: Numbers from 0-255 corresponding to the red, green, and blue components of a color.
A way of representing a color to be used in conjunction with icon arithmetic.

r,g,b: the color to change

I think you're confusing the real purpose of rgb(). The rgb() function produces essentially a single solid icon that can be added to, subtracted from, or multiplied by another icon set. It doesn't "change colors", but it can be used to modify another icon.

Lummox JR
Er, RGB affects all colours of an icon.