blend

Undocumented in source. Be warned that the author may not have intended to support it.
  1. C blend(C src, C dest, F srcFactor, F destFactor)
  2. C blend(C src, C dest, F srcFactor, F destFactor, F srcAlphaFactor, F destAlphaFactor)
    @safe pure nothrow @nogc
    C
    blend
    (
    C
    F
    )
    if (
    isRGB!C &&
    isFloatingPoint!F
    )

Meta