Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ RGBmode(3g) — GL2 W2.5r1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

RGBmode()  —  Silicon Graphics

NAME

RGBmode − sets a display mode that bypasses the color map

SPECIFICATION

C
RGBmode()

FORTRAN
subroutine RGBmod

Pascal
procedure RGBmode;

DESCRIPTION

There are three display modes: single buffer, double buffer, and RGB.  In RGB mode, the IRIS simultaneously writes and displays all bitplanes.  The system writes 8-bit values of red, green, and blue into the bitplanes; these values directly control the intensity of the color displayed on the monitor.  RGB mode is useful only when the system has 24 bitplanes:  the first 16 are shared equally between red and green; the last 8 define the blue component.  A 12-plane system provides one-fourth the maximum intensity in red and green, and no blue at all. 

You must call gconfig for RGBmode to execute. 

SEE ALSO

doublebuffer, gconfig, getdisplaymode, singlebuffer IRIS Graphics Programming, Section 6.1, Display Modes

NOTE

This routine is available only in immediate mode. 

Version 2.5r1  —  October 29, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026