researched by: John Vellone
RGB
RGB (red, green, and blue) refers to a system for representing the colors to be used on a computer display. Red, green, and blue can be combined in various proportions to obtain any color in the visible spectrum. Levels of R, G, and B can each range from 0 to 100 percent of full intensity. Each level is represented by the range of decimal numbers from 0 to 255 (256 levels for each color).
Dot Pitch
The dot pitch specification for a display monitor tells you how sharp the displayed image can be. The dot pitch is measured in millimeters (mm) and a smaller number means a sharper image. In desk top monitors, common dot pitches are .31mm, .28mm, .27mm, .26mm, and .25mm. Personal computer users will usually want a .28mm or finer. Some large monitors for presentation use may have a larger dot pitch (.48mm, for example). Think of the dot specified by the dot pitch as the smallest physical visual component on the display. A pixel is the smallest programmable visual element and maps to the dot if the display is set to its highest resolution. When set to lower resolutions, a pixel encompasses multiple dots.
Technically, in a cathode ray tube (CRT) display with a shadow mask, the dot pitch is the distance between the holes in the shadow mask, measured in millimeters (mm). The shadow mask is a metal screen filled with holes through which the three electron beams pass that focus to a single point on the tube's phosphor surface. In CRTs that use an aperture grill (a slotted form of mask), such as Sony's Trinitron flat-screen technology, the dot pitch is the difference between adjacent slots that pass through an electron beam of the same color.
True Color

True color is the specification of the color of a pixel on a display screen using a 24-bit value, which allows the possibility of up to 16,777,216 possible colors. Many displays today support only an 8-bit color value, allowing up to 256 possible colors.
The number of bits used to define a pixel's color shade is its bit-depth. True color is sometimes known as 24-bit color. Some new color display systems offer a 32-bit color mode. The extra byte, called the alpha channel, is used for control and special effects information.
Bit Map
A bit map (often spelled "bitmap") defines a display space and the color for each pixel or "bit" in the display space. A Graphics Interchange Format, (GIF) and a JPEG are examples of graphic image file types that contain bit maps.
A bit map does not need to contain a bit of color-coded information for each pixel on every row. It only needs to contain information indicating a new color as the display scans along a row. Thus, an image with much solid color will tend to require a small bit map.
Because a bit map uses a fixed or raster graphics method of specifying an image, the image cannot be immediately rescaled by a user without losing definition. A vector graphics graphic image, however, is designed to be quickly rescaled. Typically, an image is created using vector graphics and then, when the artist is satisfied with the image, it is converted to (or saved as) a raster graphic file or bit map.
DPI - Dot Per Inch
In computers, dots per inch (dpi) is a measure of the sharpness (that is, the density of illuminated points) on a display screen. The dot pitch determines the absolute limit of the possible dots per inch. However, the displayed resolution of pixels (picture elements) that is set up for the display is usually not as fine as the dot pitch. The dots per inch for a given picture resolution will differ based on the overall screen size since the same number of pixels are being spread out over a different space. Some users prefer the term "pixels per inch (ppi)" as a measure of display image sharpness, reserving dpi for use with the print medium.