Golden textures

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Golden textures

Post by lagroue »

Let's go into standard cfdg color, now that it's a feature !

Based on Age of the machines and White noise :

Image

Code: Select all

startshape scene { color }

rule scene {
	SQUARE { x 0.5 y 0.5 s 2 hue 240 sat 1 b 0.3}
	rectangle { x 0 y 0 sat 1 b 0 hue 0 s 0.71 1}
	rectangle { x 1 y 0 sat 0 b 1 hue 0 s 0.71 1}
	rectangle { x 0 y 1 sat 1 b 1 hue 0 s 0.71 1}
	rectangle { x 1 y 1 sat 0 b 0 hue 0 s 0.71 1}
}

rule rectangle {
	SQUARE {  }
	rectangle [ r 90 s 0.71 y 0.5 alpha -0.4 b -0.1 sat -0.2 hue -4]
	rectangle [ r -90 s 0.71 y 0.5 alpha 0.02 b 0.2 sat 0.3 hue 4]
}

rule rectangle {
	SQUARE {  }
	rectangle [ r -90 s 0.71 y 0.5 alpha -0.4 b -0.1 sat -0.2 hue -4]
	rectangle [ r 90 s 0.71 y 0.5 alpha 0.02 b 0.2 sat 0.3 hue 4]
}

User avatar
mtnviewmark
Site Admin
Posts: 81
Joined: Wed May 04, 2005 12:46 pm
Location: Mountain View, CA
Contact:

Post by mtnviewmark »

That is inspiring! I'm so glad the first posted color CFDG wasn't garish walk through hue space....
I'm the "m" in "mtree.cfdg"

User avatar
aaronstj
Posts: 66
Joined: Wed Jul 06, 2005 11:34 am
Location: Seattle

Post by aaronstj »

Hey, I'll have you know I designed that loud rainbow style just to make sure color was working. Blame MtnViewJohn for keeping it. :wink:

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

MtnViewMark wrote:I'm so glad the first posted color CFDG wasn't garish walk through hue space....
I'm so glad I was able to get this hue range ! 8)
Alpha blocked the blue side, and scale the green one... :?
MtnViewJohn's topic in the Discussion forum addresses such problems. :D

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

Post by MtnViewJohn »

I'm so glad the first posted color CFDG wasn't [a] garish walk through hue space....

Yes, we had to wait for the second post. How does that foot taste? :wink:

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

MtnViewJohn wrote:
I'm so glad the first posted color CFDG wasn't [a] garish walk through hue space....

Yes, we had to wait for the second post. How does that foot taste? :wink:
:shock: This forum gets more and more intimate...
Btw, say hello to Kyle ! :wink:

Post Reply