Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
youngz89
youngz89's Profile
2
Posts
0
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
get function problem in Processing 2
[2 Replies]
18-Jul-2013 08:28 AM
Forum:
Programming Questions
Hi,
I have write in Processing 2 this simple program:
void setup() {
size(800, 600);
}
void draw()
{
background(0);
PImage myImage = loadImage("prova2.jpg");
image(myImage, 200, 0, width, height);
color k=get(500,500);
fill(255,0,0);
rect(200,0,width,height);
fill(0,255,0);
color c = get(400, 400);
System.out.println(c+"-"+(color(255,0,0))+"-"+k);
fill(c);
noStroke();
rect(0, 0, 180, height);
}
But the get() return, only on the image that i have load, a strange int (is big).
Why don't works?
Thanks,
Marco!
Multimedia on Android with processing
[0 Replies]
05-Jun-2013 03:55 PM
Forum:
Android Processing
Hi,
I need to create a software were the phone do a streaming audio and video.
What library can i use?
Thank you!
«Prev
Next »
Moderate user : youngz89
Forum