How can I change the colors of the cfdg?

Please check here FIRST if you are having difficulties with Context Free. This forum contains answers to the most common questions users have.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
amor
Posts: 6
Joined: Sun Jun 11, 2006 8:53 pm

How can I change the colors of the cfdg?

Post 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.

shevegen
Posts: 57
Joined: Wed Jul 06, 2005 5:38 am

Post 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)

amor
Posts: 6
Joined: Sun Jun 11, 2006 8:53 pm

Post by amor »

Thank you very much for your help.

Hannes
Posts: 1
Joined: Tue May 15, 2007 10:44 am

Post by Hannes »

Is it possible to create a transparent background?

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

Post by MtnViewJohn »

Hannes wrote:Is it possible to create a transparent background?

Code: Select all

background {a -1}

Post Reply