Skip to content

Dannioo/Exercise_2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Exercise_2

Redraw a cropped section of Kandinsky's Composition 8

Exercise 2: Redraw Crop from Kandinsky's Composition 8 (see basecamp). First select an interesting/ambitious crop, then load it into a program such as Photoshop or Illustrator to read the color and coordinate data. Use integer values for coordinates and use the following functions for drawing: line(), triangle(), quad(), rect(), ellipse(), arc(), and beginShape(), endShape(), vertex(). Focus on color, using the color picker in Adobe to get the RGB & HSB values.

Note that by passsing a 4th value to Fill() - ie, fill(255, 0, 0, 255) - will control the alpha channel, otherwise known as opacity. Full opacity will be 255. Being completely transparent will be 0. See the color tutorial on Processing's website for information about transparency. Also note that color can also be a data type

We'll cover how to do gradients in class next week.

About

Redraw a cropped section of Kandinsky's Composition 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Processing 100.0%