/*
Find the maximum value for each of the color.
*/
- for (channel=0; channel < 5; channel++)
+ for (channel=0; channel < ListChannels; channel++)
{
list=pixel_list->lists+channel;
color=65536L;
/*
Find the mean value for each of the color.
*/
- for (channel=0; channel < 5; channel++)
+ for (channel=0; channel < ListChannels; channel++)
{
list=pixel_list->lists+channel;
color=65536L;
/*
Find the median value for each of the color.
*/
- for (channel=0; channel < 5; channel++)
+ for (channel=0; channel < ListChannels; channel++)
{
list=pixel_list->lists+channel;
color=65536L;
/*
Find the minimum value for each of the color.
*/
- for (channel=0; channel < 5; channel++)
+ for (channel=0; channel < ListChannels; channel++)
{
list=pixel_list->lists+channel;
count=0;
/*
Make each pixel the 'predominant color' of the specified neighborhood.
*/
- for (channel=0; channel < 5; channel++)
+ for (channel=0; channel < ListChannels; channel++)
{
list=pixel_list->lists+channel;
color=65536L;
/*
Finds the non peak value for each of the colors.
*/
- for (channel=0; channel < 5; channel++)
+ for (channel=0; channel < ListChannels; channel++)
{
list=pixel_list->lists+channel;
color=65536L;
/*
Find the standard-deviation value for each of the color.
*/
- for (channel=0; channel < 5; channel++)
+ for (channel=0; channel < ListChannels; channel++)
{
list=pixel_list->lists+channel;
color=65536L;
/*
Reset the skip-list.
*/
- for (channel=0; channel < 5; channel++)
+ for (channel=0; channel < ListChannels; channel++)
{
list=pixel_list->lists+channel;
root=list->nodes+65536UL;