C# Class Pinta.ImageManipulation.Effects.ReliefEffect

Inheritance: ColorDifferenceEffect
Show file Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ReliefEffect ( double angle = 45 ) : System

Creates a new effect that add depth to an image.

Protected Methods

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

Method Details

ReliefEffect() public method

Creates a new effect that add depth to an image.
public ReliefEffect ( double angle = 45 ) : System
angle double Angle to apply depth from.
return System

RenderLine() protected method

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