Gets the contents of the current styleset array.
#include <pgchart.h>
void __far _pg_getstyleset( unsigned short __far *styleset );
styleset | Pointer to current styleset array |
The _pg_getstyleset function retrieves the contents of the current styleset array.
None.
Standards:None
16-Bit:DOS
32-Bit:None
_pg_defaultchart, _pg_initchart, _pg_resetstyleset, _pg_setstyleset
See the example for _pg_getpalette.