PLOT3COLOR(1)

NAME

plot3color - output a UnixPlot color command

SYNOPSIS

plot3color r g b [<] unix_plot > unix_plot

DESCRIPTION

plot3color outputs a UnixPlot command to set the current drawing color to the given r g and b values. These values should be numbers from 0 to 255 and represent black to full up Red, Green, and Blue values respectively.

To allow this command to be used in pipelines, an optional input file can be given. All of the input will be passed through until end of file, and then the color command will be appended to the end.

This command exists mostly as an aid for making graphs and things from shell commands.

AUTHOR

BRL-CAD Team

This software is Copyright (c) 1989-2021 by the United States Government as represented by U.S. Army Research Laboratory.

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org