fg_unpack() (legacy function)

Win32 DirectX Fastgraph/Light

Prototype

void fg_unpack (void *source, void *dest, int size);

Sub fg_unpack (source() As Any, dest() As Any, ByVal size As Long)

procedure fg_unpack (var source, dest; size : integer);

Description

The fg_unpack() legacy function converts a 16-color bitmap to a 256-color bitmap.

Parameters

source is the name of the array containing the 16-color bitmap to convert.

dest is the name of the array that will receive the converted 256-color bitmap.

size is the size of the source array in bytes.

Return value

none

Restrictions

none

Replaced by

256-color bitmap functions

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.