png_set_invert_alpha

Name

png_set_invert_alpha -- invert the level of opacity of a PNG file

Synopsis

#include <png.h>

void png_set_invert_alpha(png_structp png_ptr);

Description

This interface shall invert the level of opacity (alpha) of a PNG file.

The parameter png_ptr shall specify the PNG file for which to invert the opacity.