C# Class Pinta.ImageManipulation.Effects.BlackAndWhiteEffect

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

Public Methods

Method Description
BlackAndWhiteEffect ( ) : System

Creates a new effect that will remove color from an image.

Protected Methods

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

Method Details

BlackAndWhiteEffect() public method

Creates a new effect that will remove color from an image.
public BlackAndWhiteEffect ( ) : System
return System

RenderLine() protected method

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