CL_PCXProvider::CL_PCXProvider
Syntax
CL_PCXProvider(
CL_String name,
CL_InputSourceProvider *provider,
bool transparent=false,
unsigned char trans_col=0);
Parameters
name | - | Name of the pcx file to load. |
provider | - | Input source provider that delivers the pcx file. |
transparent | - | True if a color in image should be transparent. |
trans_col | - | Transparency color used if 'transparent' is true. Defaults to color 0. |
Description
Constructs a surface provider that can read pcx files.
Back to index
|