PNGUtil::RGBA
A RGBA is made up of four components:
red, green, blue and alpha,
each with a resolution of 16 bit.
All 148 Named CSS Colors are available as constants.
Constants
DEFAULT = {r: 0_u16, g: 0_u16, b: 0_u16, a: 0_u16}
Constructors
Class methods
from_rgb_n(values, n) : Data
Create a RGBA struct from a tuple of n-bit red, green and blue values