unite

Combining two paintings into one using color mixing.

@trusted
unite
(
int Type = WithoutParallel
)
(,,
Vecf posA = vecf(0, 0)
,
Vecf posB = vecf(0, 0)
)

Parameters

a Image

First image.

b Image

Second image.

posA Vecf

First image position.

posB Vecf

Second image position.

Meta