Color: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 9: Line 9:
* [http://en.wikipedia.org/wiki/Primary_color Primary color] Primary colors are sets of colors that can be combined to make a useful range (gamut) of colors.
* [http://en.wikipedia.org/wiki/Primary_color Primary color] Primary colors are sets of colors that can be combined to make a useful range (gamut) of colors.


; Models
; Models and color components
* [http://en.wikipedia.org/wiki/RGB_color_model RGB color model] (Wikipedia). The RGB color model is an additive model in which red, green, and blue (often used in additive light models) are combined in various ways to reproduce other colors.
* [http://en.wikipedia.org/wiki/RGB_color_model RGB color model] (Wikipedia). The RGB color model is an additive model in which red, green, and blue (often used in additive light models) are combined in various ways to reproduce other colors.
 
* [http://en.wikipedia.org/wiki/Hue Hue]


; On computers
; On computers
Line 18: Line 18:
* [http://en.wikipedia.org/wiki/List_of_palettes List of palettes] (Wikipedia)
* [http://en.wikipedia.org/wiki/List_of_palettes List of palettes] (Wikipedia)
* [http://en.wikipedia.org/wiki/Color_depth Color depth] (Wikipedia). Color depth is a computer graphics term describing the number of bits used to represent the color of a single pixel in a bitmapped image. Also know as bits per pixel (bpp).
* [http://en.wikipedia.org/wiki/Color_depth Color depth] (Wikipedia). Color depth is a computer graphics term describing the number of bits used to represent the color of a single pixel in a bitmapped image. Also know as bits per pixel (bpp).
* [http://en.wikipedia.org/wiki/Gamma_correction Gamma correction]


; Color Lists
; Color Lists
* [http://en.wikipedia.org/wiki/List_of_colors List of colors] (Wikipedia). Including hex triplet, rgb and HSV values
* [http://en.wikipedia.org/wiki/List_of_colors List of colors] (Wikipedia). Including hex triplet, rgb and HSV values
* [http://en.wikipedia.org/wiki/Web_colors Web colors]
* [http://en.wikipedia.org/wiki/Web_colors Web colors]
* [http://en.wikipedia.org/wiki/HSV_color_space HSV color space]


[[Category: Multimedia]]
[[Category: Multimedia]]
[[Category: Technologies]]
[[Category: Technologies]]

Revision as of 14:02, 8 September 2007

Draft

The plan is to make a guide for various wikipedia articles :)

Links

Theory
  • Color theory (Wikipedia).
  • Primary color Primary colors are sets of colors that can be combined to make a useful range (gamut) of colors.
Models and color components
  • RGB color model (Wikipedia). The RGB color model is an additive model in which red, green, and blue (often used in additive light models) are combined in various ways to reproduce other colors.
  • Hue
On computers
Color Lists