Ask your own question, for FREE!
Computer Science 10 Online
OpenStudy (anonymous):

In computer processing, what is a single Processing command that will set lines to be drawn in a color that is 100% red, 50% green, and 10% blue (round off the numbers), with 50% transparency.

OpenStudy (anonymous):

Well in CSS it would be something like: background-color: rgba(255, 50%, 10%, 0.5); Any particular language/program you are trying to use?

OpenStudy (konradzuse):

Computer processing? In java you could do Color c = new Color(255,127,25,0.5); 255 Red, 127 Green, 10 Blue, and 50%.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!