VGA

blitStreamAppend

Description

Appends pixel to blit.

Syntax

VGA.blitStreamAppend(c)

Parameters

c - pixel to be appended to a blit

Returns

none

Example

VGA_class *me = static_cast<VGA_class*>( data );
me->blitStreamAppend(c);

See also

  

Share |