BlendImpl

Color mixing implementations.

@safe nothrow pure
BlendImpl
(
int fac1
int fac2
T
)

Parameters

fac1

First factor mixing.

fac2

Second factor mixing.

T

Two colors type.

orig Color!T

Original color mixing.

color Color!T

Second color mixing.

Meta