Метод | Описание | |
---|---|---|
OnAddColor ( Color color, |
See BaseColorQuantizer.AddColor for more details.
|
|
OnFinish ( ) : void |
See BaseColorQuantizer.OnFinish for more details.
|
|
OnGetPalette ( |
See BaseColorQuantizer.OnGetPalette for more details.
|
|
OnGetPaletteIndex ( Color color, |
See BaseColorQuantizer.OnGetPaletteIndex for more details.
|
|
OnPrepare ( |
See BaseColorQuantizer.OnPrepare for more details.
|
Метод | Описание | |
---|---|---|
Bottom ( WuColorCube cube, |
Splits the cube in a given color direction at its minimum.
|
|
CalculateMoments ( ) : void |
Converts the histogram to a series of moments.
|
|
CalculateVariance ( WuColorCube cube ) : System.Single |
Calculates statistical variance for a given cube.
|
|
Cut ( WuColorCube first, WuColorCube second ) : System.Boolean |
Cuts a cube with another one.
|
|
Mark ( WuColorCube cube, |
Marks all the tags with a given label.
|
|
Maximize ( WuColorCube cube, |
Finds the optimal (maximal) position for the cut.
|
|
Top ( WuColorCube cube, |
Splits the cube in given position, and color direction.
|
|
Volume ( WuColorCube cube, System.Int64 moment ) : System.Int64 |
Computes the volume of the cube in a specific moment.
|
|
VolumeFloat ( WuColorCube cube, System.Single moment ) : System.Single |
Computes the volume of the cube in a specific moment. For the floating-point values.
|
protected OnAddColor ( Color color, |
||
color | Color | |
key | ||
x | ||
y | ||
Результат | void |
protected OnGetPalette ( |
||
colorCount | ||
Результат | List |
protected OnGetPaletteIndex ( Color color, |
||
color | Color | |
key | ||
x | ||
y | ||
paletteIndex | ||
Результат | void |
protected OnPrepare ( |
||
image | ||
Результат | void |