emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
(→Format) |
m (moved IFD:GenerativeBauhaus/Jenny to IFD:GenerativeBauhaus WS2012/Jenny: new term) |
||
(9 intermediate revisions by one other user not shown) | |||
Line 102: | Line 102: | ||
== Scribbles == | == Scribbles == | ||
[[File:Scriples.jpg]] | [[File:Scriples.jpg|350px]] | ||
== Farben == | |||
'''Programmcode:''' | |||
int l = 255; // globale variable könnte auch lokal sein | |||
void setup() | |||
{ | |||
size(300,300); | |||
background(255); | |||
noLoop(); | |||
noStroke(); | |||
} | |||
void draw() | |||
{ | |||
int k = 255; // fester r wert | |||
background(255); | |||
for ( int i = 10; i <= width - 10; i += 20) | |||
{ | |||
for ( int j = 10; j <= height - 10; j += 20) | |||
{ | |||
fill(l,k,l); | |||
ellipse(i,j,20,20); | |||
l--; | |||
} | |||
} | |||
} | |||
''' Ergebnisse ''' | |||
[[File:gruen.jpg]] | |||
[[File:rot.jpg]] | |||
[[File:blau2.jpg]] | |||
== Farbkontraste == | |||
[[File:Kalt_oder_Warm.jpg|300px]] | |||
[[File:Kalt_oder_Warm2.jpg|300px]] | |||
== Endpräsentation == | |||
[[File:Showweel1.jpg]] | |||
[[File:Showweel2.jpg]] | |||
[[File:Showweel.jpg]] |