Devilution
Diablo devolved - magic behind the 1996 computer game

◆ Cl2BlitOutlineSafe()

void Cl2BlitOutlineSafe ( BYTE *  pDecodeTo,
BYTE *  pRLEBytes,
int  nDataSize,
int  nWidth,
char  col 
)

Blit a solid colder shape one pixel larger then the given sprite shape, to the given buffer.

Parameters
pDecodeToThe output buffer
pRLEBytesCL2 pixel stream (run-length encoded)
nDataSizeSize of CL2 in bytes
nWidthWidth of sprite
colColor index from current palette

Definition at line 1038 of file engine.cpp.