C# Class Pinta.ImageManipulation.Effects.InvertColorsEffect

Inheritance: BaseEffect
Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Methods

Method Description
InvertColorsEffect ( ) : System

Creates a new effect that will invert the colors of an image.

Protected Methods

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

Method Details

InvertColorsEffect() public method

Creates a new effect that will invert the colors of an image.
public InvertColorsEffect ( ) : System
return System

RenderLine() protected method

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