C# Class PixelFarm.Agg.Imaging.StackBlur.BlurStack

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Свойство Type Description
a int
b int
g int
r int

Méthodes publiques

Méthode Description
BlurStack ( ) : System
BlurStack ( byte r, byte g, byte b, byte a ) : System

Method Details

BlurStack() public méthode

public BlurStack ( ) : System
Résultat System

BlurStack() public méthode

public BlurStack ( byte r, byte g, byte b, byte a ) : System
r byte
g byte
b byte
a byte
Résultat System

Property Details

a public_oe property

public int a
Résultat int

b public_oe property

public int b
Résultat int

g public_oe property

public int g
Résultat int

r public_oe property

public int r
Résultat int