_pg_resetstyleset

Description

Resets styleset to default values.

#include <pgchart.h>

void __far _pg_resetstyleset( void );

Remarks

The _pg_resetstyleset function reinitializes the styleset to the default values for the current screen mode.

Return Value

None.

Compatibility

Standards:None

16-Bit:DOS

32-Bit:None

See Also

_pg_defaultchart, _pg_getstyleset, _pg_initchart, _pg_setstyleset

Example

See the example for _pg_getpalette.