Property | Type | Description | |
---|---|---|---|
mNormal | bool | ||
mShadow | bool | ||
mTile | bool | ||
max | double | ||
min | double | ||
noDispatch | bool | ||
noiseData | double[] | ||
pixelData | byte[] |
Method | Description | |
---|---|---|
Apply ( ObservableCollection |
||
InitData ( double w, double h ) : void | ||
Redraw ( |
||
Render ( |
||
Shadow ( |
Method | Description | |
---|---|---|
LinearInterp ( double a, double b, double f ) : double |
public Apply ( ObservableCollection |
||
Parameters | ObservableCollection |
|
return | void |
public InitData ( double w, double h ) : void | ||
w | double | |
h | double | |
return | void |
public Redraw ( |
||
noise | ||
grad | ||
return | System.Windows.Media.Imaging.BitmapSource |
public Render ( |
||
noise | ||
gradient | ||
redraw | bool | |
return | System.Windows.Media.Imaging.BitmapSource |
public Shadow ( |
||
gradient | ||
return | System.Windows.Media.Imaging.BitmapSource |