How would you write a simple Java program that converts RGB to CMY?...or you could give me some hints on how to write it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
RGB to/from CMY Converting from RGB to CMY is simply the following
Please refer the below for further information |
||||
|
|
|
Will add in
from will the willtrade from rgb
|
|||
|
|
|
I'd figure out the algorithm I have to use, and write code to implement that algorithm. In fact, that's the general way to implement a solution to any problem you'll come across during your programming career. |
|||