Author Topic: Funky script modifyed  (Read 1724 times)

I am trying to modify my ver. of funky script/shirt to be grayscale does anyone knows how?
What do i replace.
Would this work?

-Snip-
Second thoughts people could steal it
« Last Edit: May 29, 2009, 11:49:43 AM by Pah1023 »

I am trying to modify my ver. of funky script/shirt to be grayscale does anyone knows how?
What do i replace.
The funky shirt gives you 3 global variables, $R $G $B Any other letters reside in black, you can change the order to make parts of your body the opposite. $R $P $B With P just meaning black, will give you Red to black to blue.

The funky shirt gives you 3 global variables, $R $G $B Any other letters reside in black, you can change the order to make parts of your body the opposite. $R $P $B With P just meaning black, will give you Red to black to blue.
Is there White?
If so would it be $W ?

Haha, you need to learn about the color spectrum for a start, then look up RGB on google.

R O Y G B I V
e r  e  r  l  n i
d a  l  e u  d o
  n  l  e e   i l
  g  o n     g e
  e  w       o t

R O Y G B I V
e r  e  r  l  n i
d a  l  e u  d o
  n  l  e e   i l
  g  o n     g e
  e  w       o t
Whats this?

Hint:

$R == $G == $B

R O Y G B I V
e r  e  r  l  n i
d a  l  e u  d o
  n  l  e e   i l
  g  o n     g e
  e  w       o t
You're so clever oh my.

Hint:

$R == $G == $B
I alredy know that $R Is red
$G Is green
$B Is blue
but im trying to change the funky script to grayscale


I alredy know that $R Is red
$G Is green
$B Is blue
but im trying to change the funky script to grayscale

You're not very good at coding, are you.

Hint:

$R == $G == $B

What Jaydee is saying is that if you set $R (red) , $G (green) and $B (blue) the same, you will get a grayscale object, because equal amounts of those three colours equals a shade of gray. (example if you have full red, full blue and full green you get white, if you have 0 red, green and blue, you get black.



Huh?
Red + Blue + Green = Grey
Red + Blue + Yellow = White