English

Convert RGB to CMYK or CMYK to RGB Color Space in C#

RGB color model is an additive color model while the CMYK is a subtractive color model which is also known as process color. In certain use cases, you may want to convert RGB color to CMYK color space or CMYK to RGB color model. In accordance with such scenarios, this article explains how to convert RGB to CMYK and CMYK to RGB programmatically in C#.
October 17, 2022 · 2 min · Farhan Raza