Name

fbcmap — change the color map of a frame buffer

DESCRIPTION

Fbcmap is used to change the color map of a frame buffer. The environment variable FB_FILE is used to select the display device (see brlcad(1)). If this variable is not set, the default device for your system will be used.

The requested framebuffer size will be the default size for the selected device (often 512x512 pixels). Specifying the -h flag changes the size to 1024x1024.

The -w scr_width and -W scr_width flags specifies the width of each scanline for the display device, in pixels.

The -n scr_height and -N scr_height flags specifies the height of each scanline for the display device.

-s squarescrsize and -S squarescrsize set both the height and width to the size given. This size distinction is important only for devices like the Adage framebuffers which have different operating modes based on the display size.

If an optional color map_number is given, that map is used; the default is the standard linear map. There are currently six other maps supplied numbered 1 through 6 as follows:

1

reverse-linear (negative) map.

2

one corrected for Polaroid 809/891 film.

3

a linear mapping in which the first 100 values are black.

4

a linear map with values 1->191 incremented by 64 to boost dim pictures. The values at 191 and above are all full on. Zero remains at zero.

5

a gamma correcting color map used by the University of Utah Alpha_1 project. A better source of gamma correction is the fbgamma(1) utility.

6

a map with a series of color deltas. This map is mostly black with the following colors, appearing at multiples of 32, having values full on: white (0), magenta (32), red (64), yellow (96), green (128), cyan (160), blue (192). This map is most useful in conjunction with fbcmrot(1) and will show which pixels have the same intensities in one, two, or all three color planes.

There are also three special maps used to quickly change the display to a solid color for adjusting a camera without losing image memory, numbered 10 through 12 for black, white, and 18% neutral grey, respectively.