Home | History | Annotate | Download | only in giflib

Lines Matching refs:Green

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