png_set_bKGD

Name

png_set_bKGD -- set the background color for given image

Synopsis

#include <png.h>

void png_set_bKGD(png_structp png_ptr, png_infop info_ptr, png_color_16p background);

Description

png_set_bKGD() shall set the background color of an image to "background" and sets bKGD chunk information to valid for the image.