From 85135c5da9e138ea6b13f7f7a187fc1762e35c33 Mon Sep 17 00:00:00 2001 From: Maximo Comperatore <131000419+pyoneerC@users.noreply.github.com> Date: Thu, 22 Aug 2024 05:31:37 -0300 Subject: [PATCH] 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 --- .../game-developer/content/color@WK6fLWJq9Vh2ySVrSqd-U.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/game-developer/content/color@WK6fLWJq9Vh2ySVrSqd-U.md b/src/data/roadmaps/game-developer/content/color@WK6fLWJq9Vh2ySVrSqd-U.md index 0e9c61c0d..330a8a390 100644 --- a/src/data/roadmaps/game-developer/content/color@WK6fLWJq9Vh2ySVrSqd-U.md +++ b/src/data/roadmaps/game-developer/content/color@WK6fLWJq9Vh2ySVrSqd-U.md @@ -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. \ No newline at end of file +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) \ No newline at end of file