Package rgba32 provides a type that represents an RGBA color with 8-bits per color channel,
for a total of 32-bits altogether,
that seamlessly works with Go's built-in "image"
, "image/color"
, and "image/draw"
packages.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-rgba32
Also see: