MapAACelToCQuad

Maps an anti-aliased cel to a quad.

Synopsis

void MapAACelToCQuad (CCB *aacel, CQuad *quad)

Description

Maps an anti-aliased cel to a specified quad. It is effectively a standard MapCel() call that stores its results into both the data and alpha-channel CCBs. It also works correctly if aacel points to a single standalone cel.

Arguments

aacel
Pointer to the cel to be mapped.
quad
Pointer to the CQuad to which the cel is to be mapped.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

MapCelToCQuad, MapCelListToCQuad