using the 'color' datatype in a library

Hello, I'm writing my first processing library, and I'm developing in Eclipse. I've been able to get my first "hello world" library compiled and working, but whenever I try to use processing's 'color' datatype, I get a compile error.
I have processing's core.jar on my build path. I'd appreciate any ideas on how to use the color datatype.

Thanks!

Answers

Sign In or Register to comment.