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

Mostra file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
a int
b int
g int
r int

Public Methods

Method Description
BlurStack ( ) : System
BlurStack ( byte r, byte g, byte b, byte a ) : System

Method Details

BlurStack() public method

public BlurStack ( ) : System
return System

BlurStack() public method

public BlurStack ( byte r, byte g, byte b, byte a ) : System
r byte
g byte
b byte
a byte
return System

Property Details

a public_oe property

public int a
return int

b public_oe property

public int b
return int

g public_oe property

public int g
return int

r public_oe property

public int r
return int