SetBackColor

Set the background color for subsequent rendering operations.

Declaration

void NAPI GA_2DStateFuncs::SetBackColor(
    GA_color color)

Prototype In

snap/graphics.h

Parameters

color

New background color to set

 

Description

This function sets the hardware color for subsequent accelerated rendering primitives. For solid primitives such as DrawRect only the foreground color is used. For patterns primitives such as DrawPattRect and DrawStippleLine both the foreground and background colors are used.

See Also

SetForeColor, SetMix, Set8x8MonoPattern, Set8x8ColorPattern

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com