Load_Pcx
Last Modified: May 23, 2005 20:05PM
|
|
| (Any)
|
Description
INT LOAD_PCX (STRING ARCHIVE)
It recovers of disk a PCX graph
PARAMETERS:
STRING archive: Name of archive
DESCRIPTION:
This function returns a PCX graph from disk. The PCX is a common graph format that supports a minimal of compression and graphs in 8 and 24 bits, among others. The 8bit PCX includes a colour palette.
LOAD_PCX returns an entire number that identifies the PCX graph. It is then possible to use this value with any function that allows a graph like parameter, indicating the code 0 of library, or assigning the number to the variable Graph.
NOTES:
It is only possible to visualize graphs of 16 bits if the current graph mode is 16 bits. But it is possible to visualize graphs of 8 bits in mode of 16 bits.
There is an active colour palette all the time. Use only graphs of 8 bits that use the same colour palette. Fenix will use automatically the colour palette of the first graph returned of the disk and will ignore any other palettes. Even in 16 bit modes a colour palette exists (but in this mode the palette only affects the graphs of 16 bits).
|
User Contributed Notes Load_Pcx |
|
| There are no user contributed notes for this page. |
| Last updated: Tue, 24 May 2005 - 17:24:46 |
|
|