C# Class Pinta.Core.HueSaturationEffect

Inheritance: BaseEffect
Mostrar archivo Open project: xxgreg/Pinta

Private Properties

Property Type Description

Public Methods

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

Method Details

HueSaturationEffect() public method

public HueSaturationEffect ( ) : 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