C# Class Pinta.ImageManipulation.Effects.FrostedGlassEffect

Inheritance: BaseEffect
Mostra file Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Methods

Method Description
FrostedGlassEffect ( int amount = 1 ) : System

Creates a new effect that applies a frosted glass look to an image.

Protected Methods

Method Description
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void

Method Details

FrostedGlassEffect() public method

Creates a new effect that applies a frosted glass look to an image.
public FrostedGlassEffect ( int amount = 1 ) : System
amount int Amount of effect to apply. Valid range is 1 - 10.
return System

RenderLine() protected method

protected RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void
src ISurface
dst ISurface
rect Rectangle
return void