blendPixels

Blends the pixel data of source into target using the requested blending mode.

source and target MUST have the same length.

  1. void blendPixels(Pixel[] target, Pixel[] source)
    @safe pure nothrow @nogc @trusted
    void
    blendPixels
    (
    BlendMode mode
    BlendAccuracy accuracy
    )
    (
    scope Pixel[] target
    ,
    scope const Pixel[] source
    )
  2. void blendPixels(Pixel[] target, Pixel[] source, BlendMode mode)
  3. void blendPixels(Pixel[] target, Pixel[] source, BlendMode mode, BlendAccuracy accuracy)

Meta