
------------------------------------------------------------------------------
7. Get the current back ground color. <Main>
------------------------------------------------------------------------------
[Name]
_getbkcolor
[Syntax]
#include <graph.h>
long _getbkcolor( void ) ;
[Description]
Gets the current back ground color.
[Compatibility]
<MS-C Non-Compatible Specification>
(1) In MS-C, the actual behaviour of this function is not corresponding
to the explanation in the reference manual. In C Executor, the value
of palette 0 or index is returned according to the explanation of the
manual.
(2) The following graphic statuses are returned by the "_grstatus"
function after the execution of this function.
Executed in text mode : _GRNOTINPROPERMODE
<MS-C Compatible Specification>
(1) The following graphic statuses are returned by the "_grstatus"
function after the execution of this function.
Executed successfully : _GROK