The image.NRGBA package in Golang is a built-in Go library that provides functionality for representing images with non-alpha-premultiplied 8-bit RGBA colors. It offers methods to manipulate and modify such images, including color adjustments, alpha blending, and pixel manipulation. This package is commonly used for image processing and manipulation tasks in Go programming.
Golang NRGBA - 30 examples found. These are the top rated real world Golang examples of image.NRGBA extracted from open source projects. You can rate examples to help us improve the quality of examples.