[][src]Type Definition rgb::RGBA8

type RGBA8 = RGBA<u8>;

8-bit RGBA, alpha is last. 0 = transparent, 255 = opaque.