C# Class Pinta.Core.BaseEffect

Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
RenderLine ( ColorBgra src, ColorBgra dst, int length ) : void
RenderPixel ( ColorBgra color ) : ColorBgra

Method Details

Clone() public méthode

public Clone ( ) : BaseEffect
Résultat BaseEffect

LaunchConfiguration() public méthode

public LaunchConfiguration ( ) : bool
Résultat bool

RenderEffect() public méthode

public RenderEffect ( ImageSurface src, ImageSurface dst, Gdk rois ) : void
src Cairo.ImageSurface
dst Cairo.ImageSurface
rois Gdk
Résultat void

RenderLine() protected méthode

protected RenderLine ( ColorBgra src, ColorBgra dst, int length ) : void
src ColorBgra
dst ColorBgra
length int
Résultat void

RenderPixel() protected méthode

protected RenderPixel ( ColorBgra color ) : ColorBgra
color ColorBgra
Résultat ColorBgra