Property | Type | Description | |
---|---|---|---|
Cache | LevelCache | ||
Constant | float | ||
PShape | IMap2D |
Method | Description | |
---|---|---|
FilterValue ( int x, int y, float source ) : float |
Filter value.
|
|
IsFiltered ( int x, int y ) : FilterLevel |
Return the filter level at this position
|
Method | Description | |
---|---|---|
GetGreyscaleLevel ( int x, int y ) : byte |
Get greyscale level.
|
public FilterValue ( int x, int y, float source ) : float | ||
x | int | X. |
y | int | Y. |
source | float | Source. |
return | float |
protected GetGreyscaleLevel ( int x, int y ) : byte | ||
x | int | X. |
y | int | Y. |
return | byte |
public IsFiltered ( int x, int y ) : FilterLevel | ||
x | int | |
y | int | |
return | FilterLevel |