List of monochrome and RGB color formats

Last updated

This list of monochrome and RGB palettes includes generic repertoires of colors (color palettes) to produce black-and-white and RGB color pictures by a computer's display hardware. RGB is the most common method to produce colors for displays; so these complete RGB color repertoires have every possible combination of R-G-B triplets within any given maximum number of levels per component.

Contents

Each palette is represented by a series of color patches. When the number of colors is low, a 1-pixel-size version of the palette appears below it, for easily comparing relative palette sizes. Huge palettes are given directly in one-color-per-pixel color patches.

For each unique palette, an image color test chart and sample image (truecolor original follows) rendered with that palette (without dithering) are given. The test chart shows the full 256 levels of the red, green, and blue (RGB) primary colors and cyan, magenta, and yellow complementary colors, along with a full 256-level grayscale. Gradients of RGB intermediate colors (orange, lime green, sea green, sky blue, violet, and fuchsia), and a full hue spectrum are also present. Color charts are not gamma corrected.

RGB 24bits palette sample image.jpg RGB 24bits palette color test chart.png

These elements illustrate the color depth and distribution of the colors of any given palette, and the sample image indicates how the color selection of such palettes could represent real-life images. These images are not necessarily representative of how the image would be displayed on the original graphics hardware, as the hardware may have additional limitations regarding the maximum display resolution, pixel aspect ratio and color placement.

Implementation of these formats is specific to each machine. Therefore, the number of colors that can be simultaneously displayed in a given text or graphic mode might be different. Also, the actual displayed colors are subject to the output format used - PAL or NTSC, composite or component video, etc. - and might be slightly different. For simulated images and specific hardware and alternate methods to produce colors other than RGB (ex: composite), see the List of 8-bit computer hardware palettes, the List of 16-bit computer hardware palettes and the List of video game console palettes. For various software arrangements and sorts of colors, including other possible full RGB arrangements within 8-bit color depth displays, see the List of software palettes.

Monochrome palettes

These palettes only have some shades of gray, from black to white (considered the darkest and lightest "grays", respectively). The general rule is that those palettes have 2n different shades of gray, where n is the number of bits needed to represent a single pixel.

Monochrome (1-bit grayscale)

Monochrome graphics displays typically have a black background with a white or light gray image, though green and amber monochrome monitors were also common. Such a palette requires only one bit per pixel.

Bilevel 1bit palette sample image.png Bilevel 1bit palette color test chart.png

Where photo-realism was desired, these early computer systems had a heavy reliance on dithering to make up for the limits of the technology.

Bilevel 1bit palette sample image - gimp dithered.png RGB 24bits palette color test chart - 1-bit dithered.png
Bilevel 1bit palette.png

In some systems, as Hercules and CGA graphic cards for the IBM PC, a bit value of 1 represents white pixels (light on) and a value of 0 the black ones (light off); others, like the Atari ST and Apple Macintosh with monochrome monitors, a bit value of 0 means a white pixel (no ink) and a value of 1 means a black pixel (dot of ink), which it approximates to the printing logic.

2-bit Grayscale

In a 2-bit color palette each pixel's value is represented by 2 bits resulting in a 4-value palette (22 = 4).

Grayscale 2bit palette sample image.png Grayscale 2bit palette color test chart.png

2-bit dithering:

Grayscale 2bit palette sample image - gimp dithered.png RGB 24bits palette color test chart - 2-bit dithered.png

It has black, white and two intermediate levels of gray as follows:

Grayscale 2bit palette.png

A monochrome 2-bit palette is used on:

4-bit Grayscale

In a 4-bit color palette each pixel's value is represented by 4 bits resulting in a 16-value palette (24 = 16):

Grayscale 4bit palette sample image.png Grayscale 4bit palette color test chart.png

4-bit grayscale dithering does a fairly good job of reducing visible banding of the level changes:

Grayscale 4bit palette sample image - gimp dithered.png RGB 24bits palette color test chart - 4-bit gray dithered.png
Grayscale 4bit palette.png

A monochrome 4-bit palette is used on:

8-bit Grayscale

Grayscale 8bits palette sample image.png Grayscale 8bits palette color test chart.png

In an 8-bit color palette each pixel's value is represented by 8 bits resulting in a 256-value palette (28 = 256). This is usually the maximum number of grays in ordinary monochrome systems; each image pixel occupies a single memory byte.

Grayscale 8bits palette.png

Most scanners can capture images in 8-bit grayscale, and image file formats like TIFF and JPEG natively support this monochrome palette size.

Alpha channels employed for video overlay also use (conceptually) this palette. The gray level indicates the opacity of the blended image pixel over the background image pixel.

Dichrome palettes

16-bit RG palette

The RG or red–green color space is a color space that uses only two primary colors: red and green. It was used on early color processes for films. [2] [3]

It was used as an additive format, similar to the RGB color model but without a blue channel, on processes such as Kinemacolor, [4] Prizma, Technicolor I, [5] [6] [7] [8] Raycol, [9] etc., producing shades of black, red, green and yellow. Alternatively, it was used as a subtractive format on Brewster Color I, [10] [11] [12] [13] Kodachrome I, [14] [15] [16] Prizma II, [17] Technicolor II, [18] [19] [20] etc., producing shades of transparent, red, green and black.

Until recently, its primary use was in low-cost light-emitting diode displays in which red and green tended to be far more common than the still nascent blue LED technology, but full-color LEDs with blue have become more common in recent years.

ColorCode 3-D, [21] [22] a anaglyph stereoscopic color scheme, uses the RG color space to simulate a broad spectrum of color in one eye, while the blue portion of the spectrum transmits a black-and-white (black-and-blue) image to the other eye to give depth perception.

RG 16bits palette sample image.png RG 16bits palette color test chart.png Redgreen.png
Additive RGAdditive RG color palette

16-bit RB palette

RB 16bits palette sample image.png RB 16bits palette color test chart.png Redblue.png
Additive RBAdditive RB color palette

16-bit GB palette

GB 16bits palette sample image.png GB 16bits palette color test chart.png Greenblue.png
Additive GBAdditive GB color palette

Regular RGB palettes

Here are grouped those full RGB hardware palettes that have the same number of binary levels (i.e., the same number of bits) for every red, green and blue components using the full RGB color model. Thus, the total number of colors are always the number of possible levels by component, n, raised to a power of 3: n×n×n = n3.

3-bit RGB

RGB 3bits palette sample image.png RGB 3bits palette color test chart.png 3-bit RGB Cube.gif

3-bit RGB dithering:

RGB 24bits palette sample image - 3-bit RGB.png RGB 24bits palette color test chart - 3-bit RGB dithered.png

Systems with a 3-bit RGB palette use 1 bit for each of the red, green and blue color components. That is, each component is either "on" or "off" with no intermediate states. This results in an 8-color palette ((21)3 = 23 = 8) that has black, white, the three RGB primary colors red, green and blue and their correspondent complementary colors cyan, magenta and yellow as follows:

RGB 3bits palette.png

The color indices vary between implementations; therefore, index numbers are not given.

The 3-bit RGB palette is used by:

6-bit RGB

RGB 6bits palette sample image.png Ega palette color test chart.png 6-bit RGB Cube.gif

Systems with a 6-bit RGB palette use 2 bits for each of the red, green, and blue color components. This results in a (22)3 = 43 = 64-color palette as follows:

RGB 6bits palette.png

6-bit RGB systems include the following:

9-bit RGB

RGB 9bits palette sample image.png RGB 9bits palette color test chart.png 9-bit RGB Cube.gif

Systems with a 9-bit RGB palette use 3 bits for each of the red, green, and blue color components. This results in a (23)3 = 83 = 512-color palette as follows:

RGB 9bits palette.png

9-bit RGB systems include the following:

12-bit RGB

RGB 12bits palette sample image.png RGB 12bits palette color test chart.png 12-bit RGB Cube.gif

Systems with a 12-bit RGB palette use 4 bits for each of the red, green, and blue color components. This results in a (24)3 = 163 = 4096-color palette. 12-bit color can be represented with three hexadecimal digits, also known as shorthand hexadecimal form, which is commonly used in web design. The palette is as follows:

RGB 12bits palette.png

12-bit RGB systems include the following:

The Allegro library supported in the (legacy) version 4, an emulated 12-bit color mode example code ("ex12bit.c"), using 8-bit indexed color in VGA/SVGA. It used two pixels for each emulated pixel, paired horizontally, and a specifically adapted 256-color palette. One range of the palette was many brightnesses of one primary color (say green), and another range of the other two primaries mixed together at different amounts and brightnesses (red and blue). It effectively reduced the horizontal resolution by half, but allowed a 12-bit "true color" in DOS and other 8-bit VGA/SVGA modes. The effect also somewhat reduced the total brightness of the screen. [24]

Allegro 4 - ex12bit.c.png

15-bit RGB

RGB 15bits palette sample image.png RGB 15bits palette color test chart.png 15-bit RGB Cube.gif

Systems with a 15-bit RGB palette use 5 bits for each of the red, green, and blue color components. This results in a (25)3 = 323 = 32,768-color palette (commonly known as Highcolor) as follows:

RGB 15bits palette.png

15-bit systems include:

18-bit RGB

RGB 18bits palette sample image.png RGB 18bits palette color test chart.png 18-bit RGB Cube.gif

Systems with an 18-bit RGB palette use 6 bits for each of the red, green, and blue color components. This results in a (26)3 = 643 = 262,144-color palette as follows:

RGB 18bits palette.png

18-bit RGB systems include the following:

24-bit RGB

RGB 24bits palette sample image.jpg RGB 24bits palette color test chart.png

Often known as truecolor and millions of colors, 24-bit color is the highest color depth normally used, and is available on most modern display systems and software. Its color palette contains (28)3 = 2563 = 16,777,216 colors. 24-bit color can be represented with six hexadecimal digits.

All 16,777,216 colors (downscaled, click or tap image for full resolution). 16777216colors.png
All 16,777,216 colors (downscaled, click or tap image for full resolution).

The complete palette (shown above) needs a squared image of 4,096 pixels wide (50.33 MB uncompressed), and there is not enough room in this page to show it at full.

This can be imagined as 256 stacked squares like the following, every one of them having the same given value for the red component, from 0 to 255.

The color transitions in these patches must be seen as continuous. If color stepping (banding) inside is visible, then probably the display is set to a Highcolor (15- or 16- bits RGB, 32,768 or 65,536 colors) mode or lesser.

RGB 24bits palette R0.png
Red = 0
RGB 24bits palette R85.png
Red = 85 (1/3 of 255)
RGB 24bits palette R170.png
Red = 170 (2/3 of 255)
RGB 24bits palette R255.png
Red = 255
All 16,777,216 colors in the same pattern as the other RGB palettes above (downscaled, click image for full resolution). 16777216colors diffpatt.png
All 16,777,216 colors in the same pattern as the other RGB palettes above (downscaled, click image for full resolution).

This is also the number of colors used in true color image files, like Truevision TGA, TIFF, JPEG (the last internally encoded as YCbCr) and Windows Bitmap, captured with scanners and digital cameras, as well as those created with 3D computer graphics software.

24-bit RGB systems include:

30-bit RGB

Some newer graphics cards support 30-bit RGB and more. Its color palette contains (210)3 = 10243 = 1,073,741,824 colors. However, there are few operating systems or applications that support this mode yet. For some people, it may be hard to distinguish between higher color palettes than 24-bit color offers. However, the range of luminance, or gray scale, offered in a 30-bit color system would have 1,024 levels of luminance rather than the 256 of the common standard 24-bit, to which the human eye is more sensitive than to hue. This reduces the banding effect for gradients across large areas. [25]

Bad-regular RGB palettes

These also are full RGB palette repertories, but either they do not have the same number of levels for every red, green and blue components, or they are bit levels based. Nevertheless, all of them are used in very popular personal computers. (In this context, the word "bad" is a contraction of "bright-add"; it is not an explicit description of poor image quality.)

For further details on color palettes for these systems, see the article List of 8-bit computer hardware palettes.

4-bit RGBI

RGBI 4bits palette sample image.png RGBI 4bits palette color test chart.png

The 4-bit RGBI palette is similar to the 3-bit RGB palette but adds one bit for intensity. This allows each of the colors of the 3-bit palette to have a dark and bright variant, potentially giving a total of 23×2 = 16 colors. However, some implementations had only 15 effective colors due to the "dark" and "bright" variations of black being displayed identically.

This 4-bit RGBI schema is used in several platforms with variations, so the table given below is a simple reference for the palette richness, and not an actual implemented palette. For this reason, no numbers are assigned to each color, and color order is arbitrary.

RGBI 4bits palette.png

Note that "dark white" is a lighter gray than "bright black" in this example.

IBM PC graphics

CGA palette sample image.png Cga palette color test chart.png

A common use of 4-bit RGBI was on IBM PCs and compatible computers that used a 9-pin DE-9 connector for color output. These computers used a modified "dark yellow" color that appeared to be brown. On displays designed for the IBM PC, setting a color "bright" added ⅓ of the maximum to all three channels' brightness, so the "bright" colors were whiter shades of their 3-bit counterparts. Each of the other bits increased a channel by ⅔, except that dark yellow had only ⅓ green and was therefore brown instead of ochre. [26]

PC graphics standards using this RGBI mode include:

The CGA palette is also used by default by IBM's later EGA, MCGA, and VGA graphics standards for backward compatibility, but these standards allow the palette to be changed, since they either provide extra video signal lines or use analog RGB output.

The MOS Technology 8563 and 8568 Video Display Controller chips used on the Commodore 128 series for its 80-column mode (and the unreleased Commodore 900 workstation) also used the same palette used on the IBM PC, since these chips were designed to work with existing CGA PC monitors.

Other uses

Other systems using a variation of the 4-bit RGBI mode include:

  • The ZX Spectrum series of computers, which lack distinct "dark" and "light" black colors, resulting in an effective 15-color palette. [27]
  • The Sharp MZ-800 series computers. [28]
  • The Thomson MO5 and TO7 where the intensity bit created a variation of saturation ("saturated" or "pastel"). [29] [30]
  • The Mattel Aquarius and AlphaTantel (using the TEA1002 video encoder chip [31] [32] [33] ) where the intensity bit created a variations of brightness and saturation. [31] There are three bits for the RGB components (generating 8 primary colors at full saturation but 75% luminance - similar to the EBU colour bars) and an intensity bit that controls a variation of the base color (a 75% luminance decrease for white, creating gray; a 50% chroma saturation decrease for the RGB primary colors).
  • The Magnavox Odyssey 2 is equipped with an Intel 8244 (NTSC) or 8245 (PAL) custom IC, and uses a 4-bit RGBI color palette. [34] [35] Bits 0 to 2 define Grid color, bits 3 to 5 define Background color, bit 6 defines Grid luminance (0=dim/1=bright) and bit 7 is unused. [35]

3-level RGB

AmstradCPC palette sample image.png AmstradCPC palette color test chart.png

3-level RGB dithering:

3 Level RGB Dither example.png 3-Level RGB Palette Color Test Chart Dither.png

The 3-level, or 1-trit (not 3 bits) RGB uses three levels for every red, green and blue color component, resulting in a 33 = 27 colors palette as follows:

3-Level-RGB-Colors.svg

This palette is used by:

8-bit RGB

3-3-2 bit RGB or 8-8-4 levels RGB

MSX2 Screen8 palette sample image.png MSX2 Screen8 palette color test chart.png

The 3-3-2 bit RGB use 3 bits for each of the red and green color components, and 2 bits for the blue component, due to the human eyes having lesser sensitivity to blue. This results in an 8×8×4 = 256-color palette as follows:

MSX2 Screen8 palette.png

This palette is used by:

3-2-3 bit RGB or 8-4-8 levels RGB

3-2-3-bit-RGB palette sample image.png 3-2-3 bit RGB.png

The 3-2-3 bit RGB palette uses 3 bits for the red color component, 2 bits for the green, and 3 bits for the blue. This results in an 8×4×8 = 256-color palette.

This palette is used by:

2-3-3 bit RGB or 4-8-8 levels RGB

2-3-3 bit RGB palette sample image.png 2-3-3 bit RGB.png

The 2-3-3 bit RGB palette uses 2 bits for the red color component, and 3 bits for the green and blue components. This results in an 4×8×8 = 256-color palette.

This palette is used by:

16-bit RGB (also known as RGB565)

RGB 16bits palette sample image.png RGB 16bits palette color test chart.png

Most modern systems support 16-bit color. It is sometimes referred to as High color (along with the 15-bit RGB), medium color or thousands of colors. It utilizes a color palette of 32×64×32 = 65,536 colors. Usually, there are 5 bits allocated for the red and blue color components (32 levels each) and 6 bits for the green component (64 levels), due to the greater sensitivity of the common human eye to this color. This doubles the 15-bit RGB palette.

The 16-bit RGB palette using 6 bits for the green component:

RGB 16bits palette.png

The Atari Falcon and the Extended Graphics Array (XGA) for IBM PS/2 use the 16-bit RGB palette.

It must be noticed that not all systems using 16-bit color depth employ the 16-bit, 32-64-32 level RGB palette. Platforms like the Sharp X68000 home computer or the Neo Geo video game console employs the 15-bit RGB palette (5 bits are used for red, green, and blue), but the last bit specifies a less significant intensity or luminance. The 16-bit mode of the Truevision TARGA/AT-Vista/NU-Vista graphic cards and its associated TGA file format also uses 15-bit RGB, but it devotes its remaining bit as a simple alpha channel for video overlay. The Atari Falcon can also be switched into a matching mode by setting of an "overlay" bit in the graphics processor mode register when in 16-bit mode, meaning it can actually display in either 15- or 16-bit color depth depending on application.

Color palette comparison side-by-side

Basic color palettes

4-bit grayscale

0x00x10x20x30x40x50x60x70x80x90xA0xB0xC0xD0xE0xF

3-bit RGB

0x00x10x20x30x40x50x60x7

4-bit RGBI

3 level RGB

Notes

  • Color values in bold exist in 2-bit (four color) grayscale palette. Color values in very bold exist in 1-bit, monochrome palette.
  • In 4-bit RGBI, dark colors have 23rds intensity of the bright colors, not 12.

Advanced color palettes

8-bit RGB (VGA)

[37]

0x000x010x020x030x040x050x060x070x080x090x0A0x0B0x0C0x0D0x0E0x0F
0x100x110x120x130x140x150x160x170x180x190x1A0x1B0x1C0x1D0x1E0x1F
0x200x210x220x230x240x250x260x270x280x290x2A0x2B0x2C0x2D0x2E0x2F
0x300x310x320x330x340x350x360x370x380x390x3A0x3B0x3C0x3D0x3E0x3F
0x400x410x420x430x440x450x460x470x480x490x4A0x4B0x4C0x4D0x4E0x4F
0x500x510x520x530x540x550x560x570x580x590x5A0x5B0x5C0x5D0x5E0x5F
0x600x610x620x630x640x650x660x670x680x690x6A0x6B0x6C0x6D0x6E0x6F
0x700x710x720x730x740x750x760x770x780x790x7A0x7B0x7C0x7D0x7E0x7F
0x800x810x820x830x840x850x860x870x880x890x8A0x8B0x8C0x8D0x8E0x8F
0x900x910x920x930x940x950x960x970x980x990x9A0x9B0x9C0x9D0x9E0x9F
0xA00xA10xA20xA30xA40xA50xA60xA70xA80xA90xAA0xAB0xAC0xAD0xAE0xAF
0xB00xB10xB20xB30xB40xB50xB60xB70xB80xB90xBA0xBB0xBC0xBD0xBE0xBF
0xC00xC10xC20xC30xC40xC50xC60xC70xC80xC90xCA0xCB0xCC0xCD0xCE0xCF
0xD00xD10xD20xD30xD40xD50xD60xD70xD80xD90xDA0xDB0xDC0xDD0xDE0xDF
0xE00xE10xE20xE30xE40xE50xE60xE70xE80xE90xEA0xEB0xEC0xED0xEE0xEF
0xF00xF10xF20xF30xF40xF50xF60xF70xF80xF90xFA0xFB0xFC0xFD0xFE0xFF

See also

Related Research Articles

<span class="mw-page-title-main">RGB color model</span> Color model based on red, green, and blue

The RGB color model is an additive color model in which the red, green and blue primary colors of light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three additive primary colors, red, green, and blue.

<span class="mw-page-title-main">Video Graphics Array</span> Computer display standard and resolution

Video Graphics Array (VGA) is a video display controller and accompanying de facto graphics standard, first introduced with the IBM PS/2 line of computers in 1987, which became ubiquitous in the IBM PC compatible industry within three years. The term can now refer to the computer display standard, the 15-pin D-subminiature VGA connector, or the 640 × 480 resolution characteristic of the VGA hardware.

<span class="mw-page-title-main">Enhanced Graphics Adapter</span> IBM PC graphic adapter and display standard

The Enhanced Graphics Adapter (EGA) is an IBM PC graphics adapter and de facto computer display standard from 1984 that superseded the CGA standard introduced with the original IBM PC, and was itself superseded by the VGA standard in 1987. In addition to the original EGA card manufactured by IBM, many compatible third-party cards were manufactured, and EGA graphics modes continued to be supported by VGA and later standards.

Color depth or colour depth, also known as bit depth, is either the number of bits used to indicate the color of a single pixel, or the number of bits used for each color component of a single pixel. When referring to a pixel, the concept can be defined as bits per pixel (bpp). When referring to a color component, the concept can be defined as bits per component, bits per channel, bits per color, and also bits per pixel component, bits per color channel or bits per sample (bps). Modern standards tend to use bits per component, but historical lower-depth systems used bits per pixel more often.

<span class="mw-page-title-main">Mode 13h</span> Standard 256-color mode on VGA graphics hardware

Mode 13h is the standard 256-color mode on VGA graphics hardware introduced in 1987 with the IBM PS/2. It has a resolution of 320×200 pixels. It was used extensively in computer games and art/animation software of the late 1980s and early to mid-1990s. "13h" refers to the number of the mode in the VGA BIOS. The "h" stands for hexadecimal.

<span class="mw-page-title-main">RAMDAC</span> Color to analog voltage table

A random-access memory digital-to-analog converter (RAMDAC) is a combination of three fast digital-to-analog converters (DACs) with a small static random-access memory (SRAM) used in computer graphics display controllers or video cards to store the color palette and to generate the analog signals to drive a color monitor. The logical color number from the display memory is fed into the address inputs of the SRAM to select a palette entry to appear on the data output of the SRAM. This entry is composed of three separate values corresponding to the three components of the desired physical color. Each component value is fed to a separate DAC, whose analog output goes to the monitor, and ultimately to one of its three electron guns.

<span class="mw-page-title-main">Color Graphics Adapter</span> IBM PC graphic adapter and display standard

The Color Graphics Adapter (CGA), originally also called the Color/Graphics Adapter or IBM Color/Graphics Monitor Adapter, introduced in 1981, was IBM's first color graphics card for the IBM PC and established a de facto computer display standard.

The Multi-Color Graphics Array or MCGA is a video subsystem built into the motherboard of the IBM PS/2 Model 30, introduced on September 2, 1986, and Model 25, introduced later on August 11, 1987; no standalone MCGA cards were ever made.

<span class="mw-page-title-main">IBM Monochrome Display Adapter</span> IBM PC graphic adapter and display standard

The Monochrome Display Adapter is IBM's standard video display card and computer display standard for the IBM PC introduced in 1981. The MDA does not have any pixel-addressable graphics modes, only a single monochrome text mode which can display 80 columns by 25 lines of high-resolution text characters or symbols useful for drawing forms.

<span class="mw-page-title-main">Hold-And-Modify</span> Display mode used in Commodore Amiga computers

Hold-And-Modify, usually abbreviated as HAM, is a display mode of the Commodore Amiga computer. It uses a highly unusual technique to express the color of pixels, allowing many more colors to appear on screen than would otherwise be possible. HAM mode was commonly used to display digitized photographs or video frames, bitmap art and occasionally animation. At the time of the Amiga's launch in 1985, this near-photorealistic display was unprecedented for a home computer and it was widely used to demonstrate the Amiga's graphical capability. However, HAM has significant technical limitations which prevent it from being used as a general purpose display mode.

<span class="mw-page-title-main">Professional Graphics Controller</span> Graphics adapter and display standard for early IBM PCs

Professional Graphics Controller is a graphics card manufactured by IBM for PCs. It consists of three interconnected PCBs, and contains its own processor and memory. The PGC was, at the time of its release, the most advanced graphics card for the IBM XT and aimed for tasks such as CAD.

8-bit color graphics are a method of storing image information in a computer's memory or in an image file, so that each pixel is represented by 8 bits (1 byte). The maximum number of colors that can be displayed at any one time is 256 per pixel or 28.

In computing, indexed color is a technique to manage digital images' colors in a limited fashion, in order to save computer memory and file storage, while speeding up display refresh and file transfers. It is a form of vector quantization compression.

<span class="mw-page-title-main">Tandy Graphics Adapter</span> Computer display standard for the Tandy 1000 series

Tandy Graphics Adapter is a computer display standard for the Tandy 1000 series of IBM PC compatibles, which has compatibility with the video subsystem of the IBM PCjr but became a standard in its own right.

Composite artifact colors is a designation commonly used to address several graphic modes of some 1970s and 1980s home computers. With some machines, when connected to an NTSC TV or monitor over composite video outputs, the video signal encoding allowed for extra colors to be displayed, by manipulating the pixel position on screen, not being limited by each machine's hardware color palette.

References

  1. "Commodore: A2024". Archived from the original on 2012-03-02.
  2. Corporation, Bonnier (February 13, 1923). "Popular Science". Bonnier Corporation via Google Books.
  3. Thomas, Elway (1923). "First Successful Color Movie". Popular Science (Feb 1923): 59.
  4. "Kinemacolor".
  5. Trenholm, Richard. "The first Technicolor film was a total disaster a century ago". CNET.
  6. Cinematographic Multiplex Projection, &c. U.S. Patent No. 1,391,029, filed February 20, 1917.
  7. "Moving Pictures in Color", The New York Times, February 22, 1917, p. 9.
  8. "The first Technicolor film was a total disaster a century ago". CNET. September 9, 2017. Retrieved June 27, 2018.
  9. "Raycol".
  10. Cherchi Usai, Paolo (2000). Silent Cinema. British Film Institute. p. 35.
  11. Nowotny, Robert Allen (January 1, 1983). The Way of All Flesh Tones: A History of Color Motion Picture Processes, 1895-1929. pp. 127–129. ISBN   9780824051099 . Retrieved May 29, 2015.[ permanent dead link ]
  12. "Patent 1,145,968 - Photographic Film" (PDF). United States Patent Office. July 13, 1915. Retrieved May 29, 2015.
  13. "Brewster".
  14. Capstaff, a former portrait photographer and physics and engineering student had already worked on colour photography before he joined C.K. Mees and other former Wratten and Wainright employees in their move to Rochester in 1912–1913 after Eastman had bought that company to persuade Mees to come and work for him.
  15. "Complete National Film Registry Listing". Library of Congress. Retrieved January 2, 2017.
  16. "2012 National Film Registry Picks in A League of Their Own". Library of Congress. Retrieved 2020-05-13.
  17. "Prizma II".
  18. Trenholm, Richard. "The first Technicolor film was a total disaster a century ago". CNET. Retrieved October 14, 2019.
  19. "The First Successful Color Movie", Popular Science, Feb. 1923, p. 59.
  20. "Kalmus, Herbert. "Technicolor Adventures in Cinemaland", Journal of the Society of Motion Picture Engineers, December 1938"
  21. "Ogon - The company behind the ColorCode 3-D&#00AE; System". ogon3d.com.
  22. "Announcements". 3D Week. 2009-10-11. Retrieved 2009-11-18. glasses that will work for Channel 4's 3D week are the Amber and Blue ColourCode 3D glasses
  23. "Download - Parallax" (PDF).
  24. "ex12bit - How to fake a 12-bit truecolor mode on an 8-bit card. Allegro game programming library. - Linux Man Pages (3)". www.systutorials.com.
  25. "Gradients on TVs: Color bit depth".
  26. "KeyJ's Blog : Blog Archive » Color Generation in IBM CGA, EGA and VGA" . Retrieved 2020-05-26.
  27. paleotronic (2018-09-29). "Colour Clash: The Engineering Miracle of the Sinclair ZX Spectrum". Paleotronic Magazine. Retrieved 2020-05-26.
  28. "Sharp MZ-800 - MCbx". oldcomputer.info. Retrieved 2020-05-26.
  29. Oury, Michel (1985). "Manuel Technique du MO5" (PDF).
  30. "documentations:devices:gate.arrays [DON'T PANIC]". pulkomandy.tk.
  31. 1 2 "TEA1002 Datasheet | Mullard - Datasheetspdf.com". datasheetspdf.com.
  32. "Machine: Mullard TEA1002 PAL colour encoder (tea1002)". arcade.vastheman.com.
  33. "Machine: AlphaTantel (alphatan)". arcade.vastheman.com.
  34. "Magnavox palette".
  35. 1 2 Boris, Daniel (1998). Odyssey 2 Technical Specs V1.1 (PDF). p. 7.
  36. "Pasopia7 (Pa7007)".
  37. "VGA Color Palettes". Fountain Ware. Retrieved 24 November 2021.