C# Class SoundInTheory.DynamicImage.LayerBlender

This class controls how layers and blended together. It uses a shader effect to do the actual blending.
Mostra file Open project: sitdap/dynamic-image Class Usage Examples

Public Methods

Method Description
BlendLayers ( FastBitmap output, IEnumerable layers ) : FastBitmap

Method Details

BlendLayers() public static method

public static BlendLayers ( FastBitmap output, IEnumerable layers ) : FastBitmap
output SoundInTheory.DynamicImage.Util.FastBitmap
layers IEnumerable
return SoundInTheory.DynamicImage.Util.FastBitmap