Krita offers colorspaces based on the RGB, CMYK, Lab, LMS, and GRAY color models. These are shortly discussed in this section.
The abbreviation RGB stands for Red, Green, Blue, and the color model with this name refers to the three light components that are emitted in displays (televisions, computer monitors, etcetera) to create a certain color.
When defining a color in the RGB model, its red, green and blue components are specified. If all components are absent (each component is emitted at 0 percent intensity, so no light at all), the color is pure black. If all components are fully present (100 percent intensity), the color is pure white. If one component is present at full intensity and the other two are absent, the pure respective color is obtained.
Two more examples: if both red and green are emitted at 100 percent and blue is not emitted, pure yellow is obtained. A color with all three components at the same is a shade of gray.
There are various colorspaces that implement the RGB model. For example, the so-called RGB8 colorspace represents each color with 8 bits per component. Since 8 bits allow for 256 distinct values, the total number of different colors that can be specified in this colorspace is 256 * 256 * 256, or about 16.7 million colors. In Krita, a couple of RGB colorspaces are available, for example RGB32, which is able to distinguish between 4.2 billion values per component.
CMYK is the abbreviation for Cyan, Magenta, Yellow, blacK (although officially the K stands for Key, black is much more commonly used). This color model is based on ink: a color is specified by the amount of ink needed for a point to be perceived as having that color.
Since CMYK colors are used by printers while RGB colors are used on-screen, one wants to convert RGB colors to CMYK colors. As this cannot always be done correctly, printed images may turn out to look quite different.
This color model uses the three parameters luminance (L, 0 for black and 100 for white), its position between red and green (a, negative for green and positive for red), and its position between yellow and blue (b, negative for blue and positive for yellow).
This model is based on the contribution of actual wavelengths to the color. L, M and S stand for Long, Middle and Short wavelengths.
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team