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.
How can I change the colors of the cfdg?
Moderators: MtnViewJohn, chris, mtnviewmark
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)
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)
- MtnViewJohn
- Site Admin
- Posts: 881
- Joined: Fri May 06, 2005 2:26 pm
- Location: Mountain View, California
- Contact:
Hannes wrote:Is it possible to create a transparent background?
Code: Select all
background {a -1}