C# Class PixelFarm.Agg.Gradients.GvcRadialFocus

Inheritance: IGradientValueCalculator
Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
Calculate ( int x, int y, int d ) : int
GvcRadialFocus ( )
Setup ( double r, double fx, double fy ) : void

Private Methods

Method Description
UpdateValues ( ) : void

Method Details

Calculate() public method

public Calculate ( int x, int y, int d ) : int
x int
y int
d int
return int

GvcRadialFocus() public method

public GvcRadialFocus ( )

Setup() public method

public Setup ( double r, double fx, double fy ) : void
r double
fx double
fy double
return void