Function Calls
The following Graphics folio calls control bitmaps, screens, and the display
generator. They also write to bitmaps and frame buffers.
See Graphics Folio Calls for complete descriptions
of each call.
Screen Calls
VDL Calls
SetVDL () Sets a screen to display a specific VDL.
SubmitVDL () Submits a VDL for approval by the 3DO system.
ModifyVDL () Changes one or more attributes of a VDL.
Screen Color Calls
Drawing Calls
DrawTo () Draws a line from the GrafCon's current position to a specified position.
FillRect () Draws a filled rectangle.
GetPixelAddress () Gets a pointer to the pixel at the specified GrafCon coordinates.
MakeRGB15 () Creates a 3DO RGB value out of separate red, green, and blue values.
MoveTo () Moves the pen position of a GrafCon to a new location.
SetBGPen () Sets the background pen of a GrafCon.
SetFGPen () Sets the foreground pen of a GrafCon.
WritePixel () Writes a pixel to a bitmap in a GrafCon's foreground color.
Text Calls
Clipping Calls
Bitmap Copying Calls
CloneVRAMPages () Copies one page of VRAM to a contiguous range of VRAM pages.
CopyVRAMPages () Copies a contiguous number of VRAM pages to a VRAM destination.
MakeRGB15Pair () Creates a double 3DO RGB value out of separate red, green, and blue values.
SetVRAMPages () Sets contiguous pages of VRAM to a specified value.
Display Timing Calls
WaitVBL () Waits the specified number of VBLs.
Interpolation Calls