Page 1 of 1

How can I change the colors of the cfdg?

Posted: Sun Jun 11, 2006 11:06 pm
by amor
How can I change and add colors in a cfdg?
Like I have seems some and they are in black and I want to add colors or change is it possible?

Sorry about my English mistakes.

Eleandra.

Posted: Tue Jun 13, 2006 4:56 pm
by shevegen
For background stuff, you can try things like this:


background { hue 349.7 sat 0.1270 b 0.8643 }
background { hue 66 sat 0.4 b 0.5 }


The same works for colours as well. Just try it with a simple shape like

SQUARE { hue 66 sat 0.4 b 0.5 }

it should be some coloured square ( i dont know which colour offhand)

Posted: Tue Jun 13, 2006 7:41 pm
by amor
Thank you very much for your help.

Posted: Tue May 15, 2007 10:49 am
by Hannes
Is it possible to create a transparent background?

Posted: Wed May 16, 2007 1:33 pm
by MtnViewJohn
Hannes wrote:Is it possible to create a transparent background?

Code: Select all

background {a -1}