Lines Matching full:key
364 transparent color key (tRNS)
370 pixels with this key to transparent already in the raw RGBA output.
372 The color key is only supported for color types 0 and 2.
374 unsigned key_defined; /*is a transparent color key given? 0 = false, 1 = true*/
375 unsigned key_r; /*red/grayscale component of color key*/
376 unsigned key_g; /*green component of color key*/
377 unsigned key_b; /*blue component of color key*/
611 unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str); /*push back both te…
614 unsigned lodepng_add_itext(LodePNGInfo* info, const char* key, const char* langtag,
707 unsigned key; /*image is not opaque and color key is possible instead of full alpha*/ member
708 …unsigned short key_r; /*key values, always as 16-bit, in 8-bit case the byte is duplicated, e.g. 6…
1335 colortype and bitdepth, text chunks, time chunk, the color key, the palette, the
1346 including a possible transparent color key and palette you happen to be using in
1357 automatically choose the smallest possible color mode (including color key) that
1843 *) 15 apr 2013: Fixed bug with LAC_ALPHA and color key.
1848 *) 28 jan 2013: Bugfix with color key.