C# Class Pinta.Core.LocalHistogramEffect

Inheritance: BaseEffect
Afficher le fichier Open project: xxgreg/Pinta

Méthodes publiques

Méthode Description
Apply ( ColorBgra src, int area, int hb, int hg, int hr, int ha ) : ColorBgra
ApplyWithAlpha ( ColorBgra src, int area, int sum, int hb, int hg, int hr ) : ColorBgra
GetPercentile ( int percentile, int area, int hb, int hg, int hr, int ha ) : ColorBgra
LocalHistogramEffect ( ) : System
RenderRect ( int rad, ImageSurface src, ImageSurface dst, Rectangle rect ) : void
RenderRectWithAlpha ( int rad, ImageSurface src, ImageSurface dst, Rectangle rect ) : void

Méthodes protégées

Méthode Description
GetMaxAreaForRadius ( int radius ) : int

Private Methods

Méthode Description
MemorySetToZero ( int ptr, int size ) : void

Method Details

Apply() public méthode

public Apply ( ColorBgra src, int area, int hb, int hg, int hr, int ha ) : ColorBgra
src ColorBgra
area int
hb int
hg int
hr int
ha int
Résultat ColorBgra

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

GetMaxAreaForRadius() protected static méthode

protected static GetMaxAreaForRadius ( int radius ) : int
radius int
Résultat int

GetPercentile() public static méthode

public static GetPercentile ( int percentile, int area, int hb, int hg, int hr, int ha ) : ColorBgra
percentile int
area int
hb int
hg int
hr int
ha int
Résultat ColorBgra

LocalHistogramEffect() public méthode

public LocalHistogramEffect ( ) : System
Résultat System

RenderRect() public méthode

public RenderRect ( int rad, ImageSurface src, ImageSurface dst, Rectangle rect ) : void
rad int
src Cairo.ImageSurface
dst Cairo.ImageSurface
rect Cairo.Rectangle
Résultat void

RenderRectWithAlpha() public méthode

public RenderRectWithAlpha ( int rad, ImageSurface src, ImageSurface dst, Rectangle rect ) : void
rad int
src Cairo.ImageSurface
dst Cairo.ImageSurface
rect Cairo.Rectangle
Résultat void