Searched refs:LCT_GREY (Results 1 – 2 of 2) sorted by relevance
2640 … case LCT_GREY: if(!(bd == 1 || bd == 2 || bd == 4 || bd == 8 || bd == 16)) return 37; break; in checkColorValidity()2653 case LCT_GREY: return 1; in getNumColorChannels()2770 return info->colortype == LCT_GREY || info->colortype == LCT_GREY_ALPHA; in lodepng_is_greyscale_type()3173 if(mode->colortype == LCT_GREY) { in rgba8ToPixel()3227 if(mode->colortype == LCT_GREY) { in rgba16ToPixel()3261 if(mode->colortype == LCT_GREY) { in getPixelColorRGBA8()3336 if(mode->colortype == LCT_GREY) { in getPixelColorsRGBA8()3432 if(mode->colortype == LCT_GREY) { in getPixelColorsRGB8()3503 if(mode->colortype == LCT_GREY) { in getPixelColorRGBA16()3616 if(mode_in->colortype == LCT_GREY || mode_in->colortype == LCT_GREY_ALPHA) { in lodepng_convert_rgb()[all …]
102 LCT_GREY = 0, /*grayscale: 1,2,4,8,16 bit*/ enumerator