Chapter 4 Exercise D (g) solution
Duration: 12:10 Min | May 30, 2023
Let us C Chapter 4 Exercise D (g) Attempt the following: In digital world colors are specified in Red-Green-Blue (RGB) format, with values of R, G, B varying on an integer scale from 0 to 255. In print publishing the colors are mentioned in Cyan-Magenta-Yellow-Black (CMYK) format, with values of C, M, Y, and K varying on a real scale from 0.0 to 1.0. Write a program that converts RGB color to CMYK color as per the following formulae: