package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev

# Packages

# Functions

RGBA returns Color for alpha-premultipled r, g, b (r<=a && g<=a && b<=a).

# Type aliases

Color represents 32-bit alpha-premultipled color, having 8 bits for each of alpha, red, green and blue (0xAARRGGBB).