Removing a decimal
in
Programming Questions
•
2 years ago
This is the first time I am messing with processing. I have changed some code from one of the examples, but ran into a problem. I am trying to the pass the color (in rgb form) of a pixel to the serial port. I have gotten it to work, but the out looks like this... r0.0 g0.0 b0.0 How can I get rid of the decimal? I can post the code if needed. Thanks in advance.
1