Andreas Schneider: Farbe mit Variablen verändern

Beitrag lesen

Hallo Eric,

Lass dir doch mal den String

"#" + String.fromCharCode(Farbteil.R) + String.fromCharCode(Farbteil.G) + String.fromCharCode(Farbteil.B)

anzeigen.

Grüße
Andreas

--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)