Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<style>
h1 {
text-align: center;
color: blueviolet;
}
h2 {
text-align: center;
int a;
int b;
int c;
void setup() {
size(600, 600);
a = 30;
noFill();
//kalp şekli
smooth();
noStroke();
int x=0;
int y=0;
int z=0;
color a = color(234, 240, 206 );
color b = color(192, 197, 193);
color c = color(125, 132, 145);
color d = color(87, 75, 96);
color e = color(63, 51, 77);
@ayseglass
ayseglass / Projem 4
Created April 30, 2016 17:56
Roman'ın resminin üstündeki kardan adam
color m = color (255, 255, 255);
color e = color (53, 111, 169);
color r= color(218, 0, 65);
int x= 0;
PImage bg;
void setup() {
size(500, 318);
}
void draw() {
bg = loadImage("roman.jpg");