cyan = (white - (red / 255)) / white*100.0;
magenta = (white - (green / 255)) / white*100.0;
yellow = (white - (blue / 255)) / white*100.0;
black = (1 - white)*100.0;
I get my program executed with the decimal number, how can I change to the integers and get the whole numbers??