C# Class Pinta.Core.BaseEffect

Show file Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
Clone ( ) : BaseEffect
LaunchConfiguration ( ) : bool
RenderEffect ( ImageSurface src, ImageSurface dst, Gdk rois ) : void

Protected Methods

Method Description
RenderLine ( ColorBgra src, ColorBgra dst, int length ) : void
RenderPixel ( ColorBgra color ) : ColorBgra

Method Details

Clone() public method

public Clone ( ) : BaseEffect
return BaseEffect

LaunchConfiguration() public method

public LaunchConfiguration ( ) : bool
return bool

RenderEffect() public method

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

RenderLine() protected method

protected RenderLine ( ColorBgra src, ColorBgra dst, int length ) : void
src ColorBgra
dst ColorBgra
length int
return void

RenderPixel() protected method

protected RenderPixel ( ColorBgra color ) : ColorBgra
color ColorBgra
return ColorBgra