Updated color@WK6fLWJq9Vh2ySVrSqd-U.md (#6670)
* pixar in a box color * Update src/data/roadmaps/game-developer/content/color@WK6fLWJq9Vh2ySVrSqd-U.md --------- Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>pull/6750/head
parent
ccc50b9c36
commit
85135c5da9
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# Color |
||||
|
||||
In the realm of computer graphics, color plays an integral role. It can be defined in various color models such as RGB (Red, Green, Blue), CYMK (Cyan, Yellow, Magenta, Black), and others. RGB is a color model that combines the primary colors (red, green, blue) in different amounts to produce a spectrum of colors. This model is often used in digital displays. In contrast, CMYK is a color model used in color printing. It uses cyan, magyenta, yellow, and black as the primary colors. HSL (Hue, Saturation, Lightness) and HSV (Hue, Saturation, Value) are other useful models that represent colors based on human perceptions. Another important element of color in computer graphics is the color depth, also known as bit depth, which determines the number of colors that can be displayed at once. |
||||
In the realm of computer graphics, color plays an integral role. It can be defined in various color models such as RGB (Red, Green, Blue), CYMK (Cyan, Yellow, Magenta, Black), and others. RGB is a color model that combines the primary colors (red, green, blue) in different amounts to produce a spectrum of colors. This model is often used in digital displays. In contrast, CMYK is a color model used in color printing. It uses cyan, magyenta, yellow, and black as the primary colors. HSL (Hue, Saturation, Lightness) and HSV (Hue, Saturation, Value) are other useful models that represent colors based on human perceptions. Another important element of color in computer graphics is the color depth, also known as bit depth, which determines the number of colors that can be displayed at once. |
||||
|
||||
Learn more from the following resources: |
||||
|
||||
- [@video@Pixar in a Box - Color](https://www.khanacademy.org/computing/pixar/animate/ball/v/intro-animation) |
Loading…
Reference in new issue