C# Class Pinta.Core.BrightnessContrastEffect

Inheritance: BaseEffect
Datei anzeigen Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
BrightnessContrastEffect ( ) : System
LaunchConfiguration ( ) : bool
RenderEffect ( ImageSurface src, ImageSurface dest, Gdk rois ) : void

Private Methods

Method Description
Calculate ( ) : void

Method Details

BrightnessContrastEffect() public method

public BrightnessContrastEffect ( ) : System
return System

LaunchConfiguration() public method

public LaunchConfiguration ( ) : bool
return bool

RenderEffect() public method

public RenderEffect ( ImageSurface src, ImageSurface dest, Gdk rois ) : void
src Cairo.ImageSurface
dest Cairo.ImageSurface
rois Gdk
return void