Lines Matching full:green
648 red, green, and blue channels,
673 valid 16-bit red, green and blue
970 PNG files store 3-color pixels in red, green, blue order. This code
971 changes the storage of the pixels to blue, green, red:
1024 red != green or red != blue
1028 red != green or red != blue
1031 green_weight: weight of green component times 100000
1040 will be silently converted to grayscale, using the green channel
1049 gray = (rw*red + gw*green + bw*blue)/65536;
1927 green, and blue channels, whichever are
1936 (in order red, green, blue) of the
2242 sig_bit.green = true_bit_depth;
2277 PNG files store 3 color pixels in red, green, blue order. This code
2278 would be used if they are supplied as blue, green, red: