•  Back 
  •  Superior attributes 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File7.4.6.1  vsr_bg_color                                              TOS

 Name:         »Set Background Color«

 Opcode:       201 (sub-opcode 4)

 Syntax:       int16_t vsr_bg_color ( int16_t handle, int32_t 
               color_space, COLOR_ENTRY *fg_color );

 Description:  This function sets the background colour for bitmaps.

                Parameter    Meaning

                handle       Workstation identifier
                color_space  Colour space (at present only 0 for the 
                             colour space set, or CSPACE_RGB)
                fg_color     COLOR_ENTRY der Hintergrundfarbe

 Return value: -1 = Wrong subfunction number
                0 = Function not present
                1 = All OK

 Availability: As of NVDI 5.00

 Group:        Bitmap attributes

 See Also:     Binding