C# Class Vishcious.ArcGIS.SLContrib.RainDropRenderer

Datei anzeigen Open project: OliveiraThales/GeoCache Class Usage Examples

Public Methods

Method Description
Display ( PngEncoder surface, Color baseColor ) : void
RainDropRenderer ( int width, int height ) : System
Splash ( int cx, int cy, int rippleRadius ) : void
Step ( ) : void

executes a single step of ripple propagation

Private Methods

Method Description
Saturate ( int value ) : byte

Method Details

Display() public method

public Display ( PngEncoder surface, Color baseColor ) : void
surface PngEncoder
baseColor Color
return void

RainDropRenderer() public method

public RainDropRenderer ( int width, int height ) : System
width int
height int
return System

Splash() public method

public Splash ( int cx, int cy, int rippleRadius ) : void
cx int
cy int
rippleRadius int
return void

Step() public method

executes a single step of ripple propagation
public Step ( ) : void
return void