Home | History | Annotate | Download | only in giflib

Lines Matching defs:Blue

51    Note input image can be 24 bits at the most (8 for red/green/blue) and
71 long Red, Green, Blue;
136 OutputColorMap[i].Blue = 0;
144 Red = Green = Blue = 0;
149 Blue += QuantizedColor->RGB[2];
154 OutputColorMap[i].Blue = (Blue << (8 - BITS_PER_PRIM_COLOR)) / j;
173 if (MaxRGBError[2] < ABS(OutputColorMap[Index].Blue - BlueInput[i]))
174 MaxRGBError[2] = ABS(OutputColorMap[Index].Blue - BlueInput[i]);
179 "Quantization L(0) errors: Red = %d, Green = %d, Blue = %d.\n",