värvuskomponentideks
Värvuskomponentideks, often translated as color components, refers to the individual values that define a specific color within a given color model. Different color models break down color into varying sets of components. The most common color model is RGB, which stands for Red, Green, and Blue. In RGB, a color is represented by the intensity of these three primary colors. For example, pure red might be represented as (255, 0, 0) in an 8-bit per channel system, where 255 is the maximum intensity and 0 is the minimum.
Another widely used model is CMYK, which stands for Cyan, Magenta, Yellow, and Key (black). This model
Other color models, such as HSV (Hue, Saturation, Value) or HSL (Hue, Saturation, Lightness), use different sets