gr_pgrp.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 27 行
GML
27 行
.gfunc pg_resetpalette
.if '&lang' eq 'C' .do begin
short _FAR _pg_resetpalette( void );
.do end
.el .do begin
integer*2 function _pg_resetpalette()
.do end
.gfuncend
.desc begin
The &func &routine resets the internal palette of the presentation
graphics system to default values.
The palette controls the colors, line styles, fill patterns
and plot characters used to display each series of data in a chart.
The default palette chosen is dependent on the current video mode.
.desc end
.return begin
The &func &routine returns zero
if successful; otherwise, a non-zero value is returned.
.return end
.see begin
.seelist &function. _pg_defaultchart _pg_initchart _pg_chart _pg_chartpie _pg_chartscatter _pg_getpalette _pg_setpalette
.see end
.grexam begin eg_pggp.&langsuff
.grexam end
.class &grfun
.system
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?