Image.blit

Merges two images (no alpha blending).

class Image
@trusted
void
blit
(
int Type = WithoutParallel
)

Parameters

otherImage Image

Other image for merge.

position Vecf

Image place position.

Meta