English Dictionary
◊ COLOUR
colour
adj : (photography) "color film"; "he rented a color television";
"in glorious color"; "marvelous color illustrations"
[syn: {color}] [ant: {black-and-white}]
n 1: a race with skin pigmentation different from the white race
(especially Blacks) [syn: {color}, {people of color}, {people
of colour}]
2: interest and variety and intensity: "the Puritan Period was
lacking in color" [syn: {color}, {vividness}]
3: the timbre of a musical sound; "the recording fails to
capture the true color of the original music" [syn: {color}]
4: a visual attribute of things that results from the light
they emit or transmit or reflect; "white is the coolest
summer color" [syn: {color}, {coloring}, {colouring}]
[ant: {colorlessness}]
5: outward or token appearance or form; "he tried to give his
actions a semblance of authenticity"; "the situation soon
took on a different color" [syn: {semblance}, {color}]
v 1: decorate with colors [syn: {color}, {emblazon}]
2: add color to [syn: {color}, {color in}, {colour in}]
3: change color, often in an undesired manner; "The shirts
discolored" [syn: {discolor}, {discolour}]
English Computing Dictionary
◊ COLOUR
colour
(US "color") Colours are usually represented as
{RGB} triples in a {digital} {image} because this corresponds
most closely to the electronic signals needed to drive a
{CRT}. Several equivalent systems ("{colour models}") exist,
e.g. {HSB}. A colour {image} may be stored as three separate
images, one for each of red, green, and blue, or each {pixel}
may encode the colour using separate {bit-fields} for each
colour component, or each pixel may store a logical colour
number which is looked up in a hardware {colour palette} to
find the colour to display.
Printers may use the {CMYK} or {Pantone} representations of
colours as well as RGB.
(1999-08-02)