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)
  2. void blendPixels(Pixel[] target, Pixel[] source, BlendMode mode)
    @safe pure nothrow @nogc
    void
    blendPixels
    (
    BlendAccuracy accuracy
    )
    (
    scope Pixel[] target
    ,
    scope const Pixel[] source
    ,)
  3. void blendPixels(Pixel[] target, Pixel[] source, BlendMode mode, BlendAccuracy accuracy)

Meta