OffsetAACelByFDelta

Moves an anti-aliased cel.

Synopsis

void OffsetAACelByFDelta (CCB *aacel, FPoint *deltaXY)

Description

Adjusts an anti-aliased cel's location by the specified delta. Adds the delta values to the X/Y coordinates in 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 moved.
deltaXY
Pointer to an FPoint containing the movement delta values.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

OffsetAACelByIDelta, OffsetCelByFDelta, OffsetCelListByFDelta