| Property | Defined by | ||
|---|---|---|---|
| netindex : Array | NeuQuant | ||
| Method | Defined by | ||
|---|---|---|---|
|
NeuQuant(thepic:ByteArray, len:int, sample:int)
| NeuQuant | ||
|
map(b:int, g:int, r:int):int
| NeuQuant | ||
|
process():ByteArray
| NeuQuant | ||
| netindex | property |
protected var netindex:Array
| NeuQuant | () | constructor |
public function NeuQuant(thepic:ByteArray, len:int, sample:int)Parameters
thepic:ByteArray |
|
len:int |
|
sample:int |
| map | () | method |
public function map(b:int, g:int, r:int):intParameters
b:int |
|
g:int |
|
r:int |
int |
| process | () | method |
public function process():ByteArray
Returns
ByteArray |