

These methods use types - Angle, Normalized, and UnsignedByte - that have not seen before. rgb ( red : UnsignedByte, green : UnsignedByte, blue : UnsignedByte ) hsl ( hue : Angle, saturation : Normalized, lightness : Normalized )Ĭolor. There are two main methods to create colours: Color.
ANALOGOUS COLORS DEF HOW TO
We need to know how to create and manipulate colors. The strip of colors below shows the effect of varying saturation from 0.0 to 1.0,įor fixed hue (170 degrees) and lightness (0.5).Ĭhanging saturation goes from a dull gray to a bright and vibrant color. If we arrange colors in the familiar color wheel,ĭistance from the center corresponds to lightnessĪnd steps around the outside correspond to changes in hue: as hue, saturation, and lightness (HSL).īetter corresponds to our perception of color.as triples containing red, green, and blue values (RGB) or.In Doodle we can represent a color in one of two ways: To create programs that can automatically construct attractive color palettes.

In this exercise we will explore the creation of color palettes.Īn attractive picture must make good choices for color.Ĭolor theory has developed to explain combinations of color that go together.
