Blend

Namespace: WellFired.Guacamole.Drawing

Description

Public Static Methods

void Perform ( Layer.Layer source, Layer.Layer destination, BlendOperation blendOperation )

Breakdown

  • void Perform ( Layer.Layer source, Layer.Layer destination, BlendOperation blendOperation )

    Description

    Perform a blend on two layers. This algorithm will write the result to the destination Layer. It will also return this layer, so that you can Chain operations.

    Parameters

    source The source layer should be the layer you’re trying to render on top.
    destination The destination layer should be the layer that already exists
    blendOperation The blend operation we will perform between these two layers.