RGB

Help Contents Graphics Direct Graphics RGB
Line RGBA

RGB red green blue


outputs an integer color of the format red:8 green:8 blue:8 bits from the three parameters between 0 and 1.

Example:

setPC RGB 1 0 0  pd  fd 100	;draws a red line

See also:

Examples:

References:

Line RGBA