//
pkg.gl
Category
github.com/ziutek/emgo
egpath
src
led
package
0.0.0-20211205205814-168ccc21e67c
Repository:
https://github.com/ziutek/emgo.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
0
Dependents
0
Files
51 SLOC
#
Packages
ws281x
#
Functions
RGB
RGBA
RGBA returns Color for alpha-premultipled r, g, b (r<=a && g<=a && b<=a).
#
Type aliases
Color
Color represents 32-bit alpha-premultipled color, having 8 bits for each of alpha, red, green and blue (0xAARRGGBB).