Image Buffer Management Functions¶
Use these functions to create and destroy PF_EffectWorld / PF_LayerDef, and to find out their bit-depth.
PF_WorldSuite2¶
Function |
Description |
---|---|
|
Creates a new PF_Err PF_NewWorld(
PF_ProgPtr effect_ref,
A_long widthL,
A_long heightL,
PF_Boolean clear_pixB,
PF_PixelFormat pixel_format,
PF_EffectWorld *worldP);
|
|
Disposes of a PF_Err PF_DisposeWorld(
PF_ProgPtr effect_ref,
PF_EffectWorld *worldP);
|
|
Get the pixel format for a given PF_Err PF_GetPixelFormat(
const PF_EffectWorld *worldP,
PF_PixelFormat *pixel_formatP);
|