Searched refs:grey_ok (Results 1 – 1 of 1) sorted by relevance
3812 …int grey_ok = !profile.colored && !profile.alpha; /*grey without alpha, with potentially low bits*/ in lodepng_auto_choose_color() local3813 if(palette_ok || grey_ok) in lodepng_auto_choose_color()3815 if(!palette_ok || (grey_ok && profile.greybits <= palettebits)) in lodepng_auto_choose_color()