Previous Next Up Title Contents Index Top Library

7.7. GRAYSCALE PRINTERS

GPHIGS transforms the RGB components of each color into an intensity of grey by means of the following formula:

I = 0.3*R + 0.59*G + 0.11*B


Previous Next Up Title Contents Index Top Library