C# Class Pinta.ImageManipulation.Effects.UnfocusEffect

Inheritance: LocalHistogramEffect
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Méthodes publiques

Méthode Description
ApplyWithAlpha ( ColorBgra src, int area, int sum, int hb, int hg, int hr ) : ColorBgra
UnfocusEffect ( int radius = 4 ) : System

Creates a new effect that will unfocus an image.

Méthodes protégées

Méthode Description
RenderLine ( ISurface src, ISurface dest, Rectangle rect ) : void

Method Details

ApplyWithAlpha() public méthode

public ApplyWithAlpha ( ColorBgra src, int area, int sum, int hb, int hg, int hr ) : ColorBgra
src ColorBgra
area int
sum int
hb int
hg int
hr int
Résultat ColorBgra

RenderLine() protected méthode

protected RenderLine ( ISurface src, ISurface dest, Rectangle rect ) : void
src ISurface
dest ISurface
rect Rectangle
Résultat void

UnfocusEffect() public méthode

Creates a new effect that will unfocus an image.
public UnfocusEffect ( int radius = 4 ) : System
radius int Amount of points to consider when unfocusing. Valid values are 1 - 200.
Résultat System